Skip to content

Commit 6c3f705

Browse files
Add changelog (#32)
1 parent 9a37e28 commit 6c3f705

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Changelog
2+
3+
## [Unreleased](https://github.com/scientific-python/yaml2ics/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.1rc1...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Add the possibility to skip dates for recurring events [\#23](https://github.com/scientific-python/yaml2ics/issues/23)
10+
11+
**Merged pull requests:**
12+
13+
- Add release process notes [\#31](https://github.com/scientific-python/yaml2ics/pull/31) ([jarrodmillman](https://github.com/jarrodmillman))
14+
- Specify lower bounds on dependencies [\#30](https://github.com/scientific-python/yaml2ics/pull/30) ([jarrodmillman](https://github.com/jarrodmillman))
15+
- Improve CI testing [\#29](https://github.com/scientific-python/yaml2ics/pull/29) ([jarrodmillman](https://github.com/jarrodmillman))
16+
- Run linter [\#28](https://github.com/scientific-python/yaml2ics/pull/28) ([jarrodmillman](https://github.com/jarrodmillman))
17+
- Update precommit hooks [\#27](https://github.com/scientific-python/yaml2ics/pull/27) ([jarrodmillman](https://github.com/jarrodmillman))
18+
- Update GH actions [\#26](https://github.com/scientific-python/yaml2ics/pull/26) ([jarrodmillman](https://github.com/jarrodmillman))
19+
- Simplify install [\#25](https://github.com/scientific-python/yaml2ics/pull/25) ([jarrodmillman](https://github.com/jarrodmillman))
20+
- Add the possibility to skip dates for recurring events [\#24](https://github.com/scientific-python/yaml2ics/pull/24) ([itrich](https://github.com/itrich))
21+
- yaml2ics: Allow a "timezone" option within each event. [\#22](https://github.com/scientific-python/yaml2ics/pull/22) ([rkdarst](https://github.com/rkdarst))
22+
23+
## [v0.1rc1](https://github.com/scientific-python/yaml2ics/tree/v0.1rc1) (2022-03-02)
24+
25+
[Full Changelog](https://github.com/scientific-python/yaml2ics/compare/v0.0...v0.1rc1)
26+
27+
**Implemented enhancements:**
28+
29+
- Add X-WR-CALNAME in extras on top of NAME [\#16](https://github.com/scientific-python/yaml2ics/pull/16) ([tupui](https://github.com/tupui))
30+
31+
**Closed issues:**
32+
33+
- Build system [\#20](https://github.com/scientific-python/yaml2ics/issues/20)
34+
- Make installable? [\#17](https://github.com/scientific-python/yaml2ics/issues/17)
35+
- Intervals between events is not respected [\#14](https://github.com/scientific-python/yaml2ics/issues/14)
36+
- Updating to ICS 0.8 [\#3](https://github.com/scientific-python/yaml2ics/issues/3)
37+
- Roadmap of this project [\#1](https://github.com/scientific-python/yaml2ics/issues/1)
38+
39+
**Merged pull requests:**
40+
41+
- Package library [\#19](https://github.com/scientific-python/yaml2ics/pull/19) ([tupui](https://github.com/tupui))
42+
- Add missing interval to RRULE [\#15](https://github.com/scientific-python/yaml2ics/pull/15) ([stefanv](https://github.com/stefanv))
43+
- Add calendar name field [\#13](https://github.com/scientific-python/yaml2ics/pull/13) ([stefanv](https://github.com/stefanv))
44+
- Update black [\#12](https://github.com/scientific-python/yaml2ics/pull/12) ([stefanv](https://github.com/stefanv))
45+
- Add 'include' to metadata to include other files. [\#11](https://github.com/scientific-python/yaml2ics/pull/11) ([rkdarst](https://github.com/rkdarst))
46+
- Add Github Actions to run tests [\#10](https://github.com/scientific-python/yaml2ics/pull/10) ([rkdarst](https://github.com/rkdarst))
47+
- Fix several tests [\#9](https://github.com/scientific-python/yaml2ics/pull/9) ([rkdarst](https://github.com/rkdarst))
48+
- Add per-calendar default timezone \(in meta header\) [\#8](https://github.com/scientific-python/yaml2ics/pull/8) ([rkdarst](https://github.com/rkdarst))
49+
- Don't set end=None for recurring events [\#7](https://github.com/scientific-python/yaml2ics/pull/7) ([rkdarst](https://github.com/rkdarst))
50+
- Fix rrule creation: use name= and value= for more correct syntax. [\#6](https://github.com/scientific-python/yaml2ics/pull/6) ([rkdarst](https://github.com/rkdarst))
51+
- Print error messages to stderr, not stdout [\#5](https://github.com/scientific-python/yaml2ics/pull/5) ([rkdarst](https://github.com/rkdarst))
52+
- Port yaml2ics to ics 0.8.0 [\#4](https://github.com/scientific-python/yaml2ics/pull/4) ([rkdarst](https://github.com/rkdarst))
53+
- requirements: Add PyYAML [\#2](https://github.com/scientific-python/yaml2ics/pull/2) ([rkdarst](https://github.com/rkdarst))
54+
55+
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

0 commit comments

Comments
 (0)