Skip to content

Commit

Permalink
Designate 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Apr 14, 2023
1 parent db395b2 commit 8931fb1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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

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

**Merged pull requests:**

- Update pre-commit hooks [\#53](https://github.com/scientific-python/yaml2ics/pull/53) ([jarrodmillman](https://github.com/jarrodmillman))
- Update codecov [\#52](https://github.com/scientific-python/yaml2ics/pull/52) ([jarrodmillman](https://github.com/jarrodmillman))
- Update pre-commit [\#50](https://github.com/scientific-python/yaml2ics/pull/50) ([jarrodmillman](https://github.com/jarrodmillman))
- 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)

[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1rc3...v0.1)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "yaml2ics"
version = "0.2rc1.dev0"
version = "0.2"
requires-python = ">=3.8"
authors = [{name = "Scientific Python Developers"}]
readme = "README.md"
Expand Down

0 comments on commit 8931fb1

Please sign in to comment.