Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 23 additions & 51 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# Changelog for yaml2ics
# [v0.3](https://github.com/scientific-python/yaml2ics/tree/v0.3)

## [v0.3](https://github.com/scientific-python/yaml2ics/tree/v0.3)

### Enhancements
## Enhancements

- Print concise error messages when invoking `yaml2ics` command ([#55](https://github.com/scientific-python/yaml2ics/pull/55)).
- Default to UTC timezone ([#116](https://github.com/scientific-python/yaml2ics/pull/116)).

### Bug Fixes
## Bug Fixes

- Unpin pytest ([#88](https://github.com/scientific-python/yaml2ics/pull/88)).
- BUG: include timezone info in datetime_to_str converter ([#115](https://github.com/scientific-python/yaml2ics/pull/115)).
- Correctly infer timezone from event begin time ([#125](https://github.com/scientific-python/yaml2ics/pull/125)).

### Maintenance
## Maintenance

- Test on Python 3.12.0-beta.2 ([#56](https://github.com/scientific-python/yaml2ics/pull/56)).
- Use label-check and attach-next-milestone-action ([#58](https://github.com/scientific-python/yaml2ics/pull/58)).
Expand All @@ -37,11 +35,11 @@
- Support for Python: added 3.13, 3.14, removed 3.8 ([#119](https://github.com/scientific-python/yaml2ics/pull/119)).
- MAINT: actually bumping minimum python to 3.9 [#126](https://github.com/scientific-python/yaml2ics/pull/126)).

### Other
## Other

- CI: adding workflow_dispatch ([#84](https://github.com/scientific-python/yaml2ics/pull/84)).

### Contributors
## Contributors

3 authors added to this release (alphabetically):

Expand All @@ -55,10 +53,14 @@
- Jarrod Millman ([@jarrodmillman](https://github.com/jarrodmillman))
- Stefan van der Walt ([@stefanv](https://github.com/stefanv))

## [v0.2](https://github.com/scientific-python/yaml2ics/tree/v0.2)
# [v0.2](https://github.com/scientific-python/yaml2ics/tree/v0.2) (2023-04-13)

[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1...v0.2)

**Implemented enhancements:**

- Add possibility to add additional dates to recurring events [\#45](https://github.com/scientific-python/yaml2ics/pull/45) ([itrich](https://github.com/itrich))

**Merged pull requests:**

- Update pre-commit hooks [\#53](https://github.com/scientific-python/yaml2ics/pull/53) ([jarrodmillman](https://github.com/jarrodmillman))
Expand All @@ -67,15 +69,24 @@
- Increase coverage to 100% [\#48](https://github.com/scientific-python/yaml2ics/pull/48) ([stefanv](https://github.com/stefanv))
- Switch from flake8 to ruff [\#47](https://github.com/scientific-python/yaml2ics/pull/47) ([stefanv](https://github.com/stefanv))
- Flake8 migrated to GitHub [\#46](https://github.com/scientific-python/yaml2ics/pull/46) ([itrich](https://github.com/itrich))
- Add possibility to add additional dates to recurring events [\#45](https://github.com/scientific-python/yaml2ics/pull/45) ([itrich](https://github.com/itrich))

## [v0.1](https://github.com/scientific-python/yaml2ics/tree/v0.1)
# [v0.1](https://github.com/scientific-python/yaml2ics/tree/v0.1) (2022-09-21)

[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1rc3...v0.1)
[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.0...v0.1)

**Implemented enhancements:**

- Add X-WR-CALNAME in extras on top of NAME [\#16](https://github.com/scientific-python/yaml2ics/pull/16) ([tupui](https://github.com/tupui))

**Closed issues:**

- Release please [\#42](https://github.com/scientific-python/yaml2ics/issues/42)
- Add the possibility to skip dates for recurring events [\#23](https://github.com/scientific-python/yaml2ics/issues/23)
- Build system [\#20](https://github.com/scientific-python/yaml2ics/issues/20)
- Make installable? [\#17](https://github.com/scientific-python/yaml2ics/issues/17)
- Intervals between events is not respected [\#14](https://github.com/scientific-python/yaml2ics/issues/14)
- Updating to ICS 0.8 [\#3](https://github.com/scientific-python/yaml2ics/issues/3)
- Roadmap of this project [\#1](https://github.com/scientific-python/yaml2ics/issues/1)

**Merged pull requests:**

Expand All @@ -88,25 +99,7 @@
- Add classifiers [\#36](https://github.com/scientific-python/yaml2ics/pull/36) ([jarrodmillman](https://github.com/jarrodmillman))
- Lint toml [\#35](https://github.com/scientific-python/yaml2ics/pull/35) ([jarrodmillman](https://github.com/jarrodmillman))
- Fix linting [\#34](https://github.com/scientific-python/yaml2ics/pull/34) ([jarrodmillman](https://github.com/jarrodmillman))

## [v0.1rc3](https://github.com/scientific-python/yaml2ics/tree/v0.1rc3) (2022-08-21)

[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1rc2...v0.1rc3)

**Merged pull requests:**

- Use ics pypi pre-release [\#33](https://github.com/scientific-python/yaml2ics/pull/33) ([jarrodmillman](https://github.com/jarrodmillman))

## [v0.1rc2](https://github.com/scientific-python/yaml2ics/tree/v0.1rc2) (2022-08-12)

[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1rc1...v0.1rc2)

**Closed issues:**

- Add the possibility to skip dates for recurring events [\#23](https://github.com/scientific-python/yaml2ics/issues/23)

**Merged pull requests:**

- Add changelog [\#32](https://github.com/scientific-python/yaml2ics/pull/32) ([jarrodmillman](https://github.com/jarrodmillman))
- Add release process notes [\#31](https://github.com/scientific-python/yaml2ics/pull/31) ([jarrodmillman](https://github.com/jarrodmillman))
- Specify lower bounds on dependencies [\#30](https://github.com/scientific-python/yaml2ics/pull/30) ([jarrodmillman](https://github.com/jarrodmillman))
Expand All @@ -117,25 +110,6 @@
- Simplify install [\#25](https://github.com/scientific-python/yaml2ics/pull/25) ([jarrodmillman](https://github.com/jarrodmillman))
- Add the possibility to skip dates for recurring events [\#24](https://github.com/scientific-python/yaml2ics/pull/24) ([itrich](https://github.com/itrich))
- yaml2ics: Allow a "timezone" option within each event. [\#22](https://github.com/scientific-python/yaml2ics/pull/22) ([rkdarst](https://github.com/rkdarst))

## [v0.1rc1](https://github.com/scientific-python/yaml2ics/tree/v0.1rc1) (2022-03-02)

[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.0...v0.1rc1)

**Implemented enhancements:**

- Add X-WR-CALNAME in extras on top of NAME [\#16](https://github.com/scientific-python/yaml2ics/pull/16) ([tupui](https://github.com/tupui))

**Closed issues:**

- Build system [\#20](https://github.com/scientific-python/yaml2ics/issues/20)
- Make installable? [\#17](https://github.com/scientific-python/yaml2ics/issues/17)
- Intervals between events is not respected [\#14](https://github.com/scientific-python/yaml2ics/issues/14)
- Updating to ICS 0.8 [\#3](https://github.com/scientific-python/yaml2ics/issues/3)
- Roadmap of this project [\#1](https://github.com/scientific-python/yaml2ics/issues/1)

**Merged pull requests:**

- Package library [\#19](https://github.com/scientific-python/yaml2ics/pull/19) ([tupui](https://github.com/tupui))
- Add missing interval to RRULE [\#15](https://github.com/scientific-python/yaml2ics/pull/15) ([stefanv](https://github.com/stefanv))
- Add calendar name field [\#13](https://github.com/scientific-python/yaml2ics/pull/13) ([stefanv](https://github.com/stefanv))
Expand All @@ -149,5 +123,3 @@
- Print error messages to stderr, not stdout [\#5](https://github.com/scientific-python/yaml2ics/pull/5) ([rkdarst](https://github.com/rkdarst))
- Port yaml2ics to ics 0.8.0 [\#4](https://github.com/scientific-python/yaml2ics/pull/4) ([rkdarst](https://github.com/rkdarst))
- requirements: Add PyYAML [\#2](https://github.com/scientific-python/yaml2ics/pull/2) ([rkdarst](https://github.com/rkdarst))

\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
Loading