Skip to content

Commit 6fb58fa

Browse files
committed
Designate 0.1 release
1 parent a9edd38 commit 6fb58fa

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/scientific-python/yaml2ics/tree/v0.1rc3) (2022-08-20)
3+
## [v0.1](https://github.com/scientific-python/yaml2ics/tree/v0.1)
4+
5+
[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1rc3...v0.1)
6+
7+
**Closed issues:**
8+
9+
- Release please [\#42](https://github.com/scientific-python/yaml2ics/issues/42)
10+
11+
**Merged pull requests:**
12+
13+
- Announce Python 3.11 support [\#43](https://github.com/scientific-python/yaml2ics/pull/43) ([jarrodmillman](https://github.com/jarrodmillman))
14+
- Add ability to specify custom ICS [\#41](https://github.com/scientific-python/yaml2ics/pull/41) ([stefanv](https://github.com/stefanv))
15+
- Fix markdown syntax [\#40](https://github.com/scientific-python/yaml2ics/pull/40) ([jarrodmillman](https://github.com/jarrodmillman))
16+
- Add test and coverage badges [\#39](https://github.com/scientific-python/yaml2ics/pull/39) ([jarrodmillman](https://github.com/jarrodmillman))
17+
- Update install and release notes [\#38](https://github.com/scientific-python/yaml2ics/pull/38) ([jarrodmillman](https://github.com/jarrodmillman))
18+
- Measure test coverage [\#37](https://github.com/scientific-python/yaml2ics/pull/37) ([jarrodmillman](https://github.com/jarrodmillman))
19+
- Add classifiers [\#36](https://github.com/scientific-python/yaml2ics/pull/36) ([jarrodmillman](https://github.com/jarrodmillman))
20+
- Lint toml [\#35](https://github.com/scientific-python/yaml2ics/pull/35) ([jarrodmillman](https://github.com/jarrodmillman))
21+
- Fix linting [\#34](https://github.com/scientific-python/yaml2ics/pull/34) ([jarrodmillman](https://github.com/jarrodmillman))
22+
23+
## [v0.1rc3](https://github.com/scientific-python/yaml2ics/tree/v0.1rc3) (2022-08-21)
424

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

@@ -61,8 +81,4 @@
6181
- Port yaml2ics to ics 0.8.0 [\#4](https://github.com/scientific-python/yaml2ics/pull/4) ([rkdarst](https://github.com/rkdarst))
6282
- requirements: Add PyYAML [\#2](https://github.com/scientific-python/yaml2ics/pull/2) ([rkdarst](https://github.com/rkdarst))
6383

64-
## [v0.0](https://github.com/scientific-python/yaml2ics/tree/v0.0) (2021-09-21)
65-
66-
[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/930ab55f6f3abe6729afd929cb3d37299581f183...v0.0)
67-
6884
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "yaml2ics"
7-
version = "0.1rc4.dev0"
7+
version = "0.1"
88
requires-python = ">=3.8"
99
authors = [{name = "Scientific Python Developers"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)