Skip to content

Commit b7ad8c2

Browse files
authored
Add a changelog (#30)
Signed-off-by: Dustin Ingram <[email protected]>
1 parent 76654a9 commit b7ad8c2

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Added
9+
- Add helpful text to README ([#23])
10+
- Add link to email in README ([#27])
11+
12+
### Fixed
13+
- Fix small bug with extensions ([#25])
14+
15+
## [0.2.4] - 2019-06-07
16+
### Fixed
17+
- Fix typo in extensions ([#21])
18+
19+
## [0.2.3] - 2019-04-20
20+
### Changed
21+
- Update sample scripts ([#15])
22+
23+
### Fixed
24+
- Move Sphinx dependency out of package depedency ([#17])
25+
26+
## [0.2.2] - 2019-01-16
27+
### Added
28+
- Adding web app tests ([#13])
29+
30+
### Fixed
31+
- Add content-type for long-description. ([#11])
32+
33+
## [0.2.1] - 2019-01-16
34+
### Changed
35+
- Consolidating return types ([#7])
36+
- Updates for binary encoding ([#9])
37+
- 0.2 force improvements ([#10])
38+
39+
## [0.2.0] - 2018-12-08
40+
### Changed
41+
- Make SDK compliant wtih CloudEvents SDK spec ([#2])
42+
43+
## [0.0.1] - 2018-11-19
44+
### Added
45+
- Initial release
46+
47+
[Unreleased]: https://github.com/cloudevents/sdk-python/compare/0.2.4...HEAD
48+
[0.2.4]: https://github.com/cloudevents/sdk-python/compare/0.2.3...0.2.4
49+
[0.2.3]: https://github.com/cloudevents/sdk-python/compare/0.2.2...0.2.3
50+
[0.2.2]: https://github.com/cloudevents/sdk-python/compare/0.2.1...0.2.2
51+
[0.2.1]: https://github.com/cloudevents/sdk-python/compare/0.2.0...0.2.1
52+
[0.2.0]: https://github.com/cloudevents/sdk-python/compare/0.0.1...0.2.0
53+
[0.0.1]: https://github.com/cloudevents/sdk-python/releases/tag/0.0.1
54+
55+
[#2]: https://github.com/cloudevents/sdk-python/pull/2
56+
[#7]: https://github.com/cloudevents/sdk-python/pull/7
57+
[#9]: https://github.com/cloudevents/sdk-python/pull/9
58+
[#10]: https://github.com/cloudevents/sdk-python/pull/10
59+
[#11]: https://github.com/cloudevents/sdk-python/pull/11
60+
[#13]: https://github.com/cloudevents/sdk-python/pull/13
61+
[#15]: https://github.com/cloudevents/sdk-python/pull/15
62+
[#17]: https://github.com/cloudevents/sdk-python/pull/17
63+
[#21]: https://github.com/cloudevents/sdk-python/pull/21
64+
[#23]: https://github.com/cloudevents/sdk-python/pull/23
65+
[#25]: https://github.com/cloudevents/sdk-python/pull/25
66+
[#27]: https://github.com/cloudevents/sdk-python/pull/27

0 commit comments

Comments
 (0)