@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 1.7.1] — 2022-11-21
10
+ ### Fixed
11
+ - Fixed Pydantic extras dependency constraint (backport of v1.6.3, [ #204 ] )
12
+
8
13
### Changed
9
14
- Refined build and publishing process. Added SDist to the released package ([ #202 ] )
10
15
@@ -13,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
18
- Added [ Kafka] ( https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/bindings/kafka-protocol-binding.md )
14
19
support ([ #197 ] , thanks [ David Martines] ( https://github.com/davidwmartines ) )
15
20
21
+ ## [ 1.6.3] — 2022-11-21
22
+ ### Fixed
23
+ - Fixed Pydantic extras dependency constraint ([ #204 ] )
24
+
16
25
## [ 1.6.2] — 2022-10-18
17
26
### Added
18
27
- Added ` get_attributes ` API to the ` CloudEvent ` API. The method returns a read-only
@@ -159,7 +168,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159
168
### Added
160
169
- Initial release
161
170
171
+ [ 1.7.1 ] : https://github.com/cloudevents/sdk-python/compare/1.7.0...1.7.1
162
172
[ 1.7.0 ] : https://github.com/cloudevents/sdk-python/compare/1.6.0...1.7.0
173
+ [ 1.6.3 ] : https://github.com/cloudevents/sdk-python/compare/1.6.2...1.6.3
163
174
[ 1.6.2 ] : https://github.com/cloudevents/sdk-python/compare/1.6.1...1.6.2
164
175
[ 1.6.1 ] : https://github.com/cloudevents/sdk-python/compare/1.6.0...1.6.1
165
176
[ 1.6.0 ] : https://github.com/cloudevents/sdk-python/compare/1.5.0...1.6.0
@@ -228,3 +239,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228
239
[ #195 ] : https://github.com/cloudevents/sdk-python/pull/195
229
240
[ #197 ] : https://github.com/cloudevents/sdk-python/pull/197
230
241
[ #202 ] : https://github.com/cloudevents/sdk-python/pull/202
242
+ [ #204 ] : https://github.com/cloudevents/sdk-python/pull/204
0 commit comments