Skip to content

Commit fd1aeae

Browse files
committed
Designate 0.1rc3 release
1 parent be3ae6c commit fd1aeae

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## [v0.1rc2](https://github.com/scientific-python/yaml2ics/tree/v0.1rc2)
3+
## [Unreleased](https://github.com/scientific-python/yaml2ics/tree/v0.1rc3) (2022-08-20)
4+
5+
[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1rc2...v0.1rc3)
6+
7+
**Merged pull requests:**
8+
9+
- Use ics pypi pre-release [\#33](https://github.com/scientific-python/yaml2ics/pull/33) ([jarrodmillman](https://github.com/jarrodmillman))
10+
11+
## [v0.1rc2](https://github.com/scientific-python/yaml2ics/tree/v0.1rc2) (2022-08-12)
412

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

@@ -53,4 +61,10 @@
5361
- Port yaml2ics to ics 0.8.0 [\#4](https://github.com/scientific-python/yaml2ics/pull/4) ([rkdarst](https://github.com/rkdarst))
5462
- requirements: Add PyYAML [\#2](https://github.com/scientific-python/yaml2ics/pull/2) ([rkdarst](https://github.com/rkdarst))
5563

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

0 commit comments

Comments
 (0)