@@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+
10
+ ## [ 1.4.0] — 2022-07-14
9
11
### Added
10
12
- Added ` .get ` accessor for even properties ([ #165 ] )
11
13
- Added type information for all event member functions ([ #173 ] )
12
14
15
+ ### Fixed
16
+ - Fixed event ` __eq__ ` operator raising ` AttributeError ` on non-CloudEvent values ([ #172 ] )
17
+
13
18
### Changed
14
19
- Code quality and styling tooling is unified and configs compatibility is ensured ([ #167 ] )
15
20
- CI configurations updated and added macOS and Windows tests ([ #169 ] )
@@ -18,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
23
### Removed
19
24
- ` docs ` folder and related unused tooling ([ #168 ] )
20
25
21
- ## [ 1.3.0] — 2022-09-07
26
+
27
+ ## [ 1.3.0] — 2022-07-09
22
28
### Added
23
29
- Python 3.9 support ([ #144 ] )
24
30
- Python 3.10 support ([ #150 ] )
@@ -104,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104
110
### Added
105
111
- Initial release
106
112
113
+ [ 1.4.0 ] : https://github.com/cloudevents/sdk-python/compare/1.3.0...1.4.0
107
114
[ 1.3.0 ] : https://github.com/cloudevents/sdk-python/compare/1.2.0...1.3.0
108
115
[ 1.2.0 ] : https://github.com/cloudevents/sdk-python/compare/1.1.0...1.2.0
109
116
[ 1.1.0 ] : https://github.com/cloudevents/sdk-python/compare/1.0.1...1.1.0
@@ -156,4 +163,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156
163
[ #168 ] : https://github.com/cloudevents/sdk-python/pull/168
157
164
[ #169 ] : https://github.com/cloudevents/sdk-python/pull/169
158
165
[ #170 ] : https://github.com/cloudevents/sdk-python/pull/170
166
+ [ #172 ] : https://github.com/cloudevents/sdk-python/pull/172
159
167
[ #173 ] : https://github.com/cloudevents/sdk-python/pull/173
0 commit comments