File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.11.0]
10+
11+ ### Fixed
12+ - Pydantic v2 ` examples ` keyword usage and improved typings handling ([ #235 ] )
13+ - Kafka ` to_binary ` check for invalid ` content-type ` attribute ([ #232 ] )
14+
915### Changed
1016
11- - Dropped Python3.7 from CI while its EOL.
17+ - Dropped Python3.7 from CI while its EOL. ( [ # 236 ] )
1218
1319## [ 1.10.1]
1420
@@ -194,6 +200,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
194200### Added
195201- Initial release
196202
203+ [ 1.11.0 ] : https://github.com/cloudevents/sdk-python/compare/1.10.1...1.11.0
197204[ 1.10.1 ] : https://github.com/cloudevents/sdk-python/compare/1.10.0...1.10.1
198205[ 1.10.0 ] : https://github.com/cloudevents/sdk-python/compare/1.9.0...1.10.0
199206[ 1.9.0 ] : https://github.com/cloudevents/sdk-python/compare/1.8.0...1.9.0
@@ -277,3 +284,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
277284[ #219 ] : https://github.com/cloudevents/sdk-python/pull/219
278285[ #221 ] : https://github.com/cloudevents/sdk-python/pull/221
279286[ #229 ] : https://github.com/cloudevents/sdk-python/pull/229
287+ [ #232 ] : https://github.com/cloudevents/sdk-python/pull/232
288+ [ #235 ] : https://github.com/cloudevents/sdk-python/pull/235
289+ [ #236 ] : https://github.com/cloudevents/sdk-python/pull/236
Original file line number Diff line number Diff line change 1212# License for the specific language governing permissions and limitations
1313# under the License.
1414
15- __version__ = "1.10.1 "
15+ __version__ = "1.11.0 "
You can’t perform that action at this time.
0 commit comments