Skip to content

Commit

Permalink
Designate 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Sep 21, 2022
1 parent a9edd38 commit 6fb58fa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog

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

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

**Closed issues:**

- Release please [\#42](https://github.com/scientific-python/yaml2ics/issues/42)

**Merged pull requests:**

- Announce Python 3.11 support [\#43](https://github.com/scientific-python/yaml2ics/pull/43) ([jarrodmillman](https://github.com/jarrodmillman))
- Add ability to specify custom ICS [\#41](https://github.com/scientific-python/yaml2ics/pull/41) ([stefanv](https://github.com/stefanv))
- Fix markdown syntax [\#40](https://github.com/scientific-python/yaml2ics/pull/40) ([jarrodmillman](https://github.com/jarrodmillman))
- Add test and coverage badges [\#39](https://github.com/scientific-python/yaml2ics/pull/39) ([jarrodmillman](https://github.com/jarrodmillman))
- Update install and release notes [\#38](https://github.com/scientific-python/yaml2ics/pull/38) ([jarrodmillman](https://github.com/jarrodmillman))
- Measure test coverage [\#37](https://github.com/scientific-python/yaml2ics/pull/37) ([jarrodmillman](https://github.com/jarrodmillman))
- 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)

Expand Down Expand Up @@ -61,8 +81,4 @@
- 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))

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

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

\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
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.1rc4.dev0"
version = "0.1"
requires-python = ">=3.8"
authors = [{name = "Scientific Python Developers"}]
readme = "README.md"
Expand Down

0 comments on commit 6fb58fa

Please sign in to comment.