Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 22, 2024
1 parent 38bd903 commit 9ea376d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
# Changelog

## v0.3.6 (2024-10-22)

### Bug fixes

- Update dependency rich to v13.9.3 ([`38bd903`](https://github.com/mergecal/python-mergecal/commit/38bd9035b792d6d154e949b375ad0d852921ab24))

## v0.3.5 (2024-10-13)

### Fixes
### Bug fixes

- Update dependency icalendar to v6.0.1 ([`619e542`](https://github.com/mergecal/python-mergecal/commit/619e542f91dfc260b85f19b07deb589df856e546))

## v0.3.4 (2024-10-06)

### Fixes
### Bug fixes

- Update dependency icalendar to v6 ([`3524faf`](https://github.com/mergecal/python-mergecal/commit/3524faf4eaf94cb019e5b5bb9b804e19d4349df3))

## v0.3.3 (2024-10-04)

### Fixes
### Bug fixes

- Update dependency rich to v13.9.2 ([`80bd3f5`](https://github.com/mergecal/python-mergecal/commit/80bd3f5fdefc7b696c90b946861c7b8a20d41c9f))

## v0.3.2 (2024-10-01)

### Fixes
### Bug fixes

- Update dependency rich to v13.9.1 ([`a1515db`](https://github.com/mergecal/python-mergecal/commit/a1515dbc1139b0b85cae2bd51710674db5329165))

Expand All @@ -30,7 +36,7 @@

## v0.3.1 (2024-09-10)

### Fixes
### Bug fixes

- Update dependency rich to v13.8.1 ([`44f9750`](https://github.com/mergecal/python-mergecal/commit/44f97502921dee5d62c3babcaf62c80788670479))

Expand All @@ -52,7 +58,7 @@
- Use optional instead of | none ([`cd9af18`](https://github.com/mergecal/python-mergecal/commit/cd9af18d599596fa9d0beabfb5df577efcbe753d))
- Typing updated to python 3.9 ([`4ca47cf`](https://github.com/mergecal/python-mergecal/commit/4ca47cf9af71f9c6d1ce8efbbdd74b829d1c0e6b))

### Fixes
### Bug fixes

- Changelog creation ([`05b32df`](https://github.com/mergecal/python-mergecal/commit/05b32df73344fea188feb36eb4abe6981895ccd4))
- Update dependency typer to ^0.12.0 ([`634b106`](https://github.com/mergecal/python-mergecal/commit/634b106fdbec9a3dd34cdd611825f5eb4cfe6053))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "Python MergeCal"
copyright = "2024, Abe Hanoka"
author = "Abe Hanoka"
release = "0.3.5"
release = "0.3.6"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mergecal"
version = "0.3.5"
version = "0.3.6"
description = "A Python library to merge iCalendar feeds."
authors = ["Abe Hanoka <abe@habet.dev>"]
license = "GNU General Public License v3"
Expand Down
2 changes: 1 addition & 1 deletion src/mergecal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .calendar_merger import CalendarMerger, merge_calendars

__version__ = "0.3.5"
__version__ = "0.3.6"


__all__ = ["CalendarMerger", "merge_calendars"]

0 comments on commit 9ea376d

Please sign in to comment.