Skip to content

Commit 8931fb1

Browse files
committed
Designate 0.2 release
1 parent db395b2 commit 8931fb1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v0.2](https://github.com/scientific-python/yaml2ics/tree/v0.2)
4+
5+
[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1...v0.2)
6+
7+
**Merged pull requests:**
8+
9+
- Update pre-commit hooks [\#53](https://github.com/scientific-python/yaml2ics/pull/53) ([jarrodmillman](https://github.com/jarrodmillman))
10+
- Update codecov [\#52](https://github.com/scientific-python/yaml2ics/pull/52) ([jarrodmillman](https://github.com/jarrodmillman))
11+
- Update pre-commit [\#50](https://github.com/scientific-python/yaml2ics/pull/50) ([jarrodmillman](https://github.com/jarrodmillman))
12+
- Increase coverage to 100% [\#48](https://github.com/scientific-python/yaml2ics/pull/48) ([stefanv](https://github.com/stefanv))
13+
- Switch from flake8 to ruff [\#47](https://github.com/scientific-python/yaml2ics/pull/47) ([stefanv](https://github.com/stefanv))
14+
- Flake8 migrated to GitHub [\#46](https://github.com/scientific-python/yaml2ics/pull/46) ([itrich](https://github.com/itrich))
15+
- Add possibility to add additional dates to recurring events [\#45](https://github.com/scientific-python/yaml2ics/pull/45) ([itrich](https://github.com/itrich))
16+
317
## [v0.1](https://github.com/scientific-python/yaml2ics/tree/v0.1)
418

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

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.2rc1.dev0"
7+
version = "0.2"
88
requires-python = ">=3.8"
99
authors = [{name = "Scientific Python Developers"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)