File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.10.0] — 2023-09-25
10+ ### Added
11+ - Pydantic v2 support. ([ #219 ] )
12+ - Pydantic v2 to v1 compatibility layer. ([ #218 ] )
13+ - Governance docs per main CE discussions. ([ #221 ] )
14+
915## [ 1.9.0] — 2023-01-04
1016### Added
1117- Added typings to the codebase. ([ #207 ] )
@@ -179,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179185### Added
180186- Initial release
181187
188+ [ 1.10.0 ] : https://github.com/cloudevents/sdk-python/compare/1.9.0...1.10.0
182189[ 1.9.0 ] : https://github.com/cloudevents/sdk-python/compare/1.8.0...1.9.0
183190[ 1.8.0 ] : https://github.com/cloudevents/sdk-python/compare/1.7.0...1.8.0
184191[ 1.7.1 ] : https://github.com/cloudevents/sdk-python/compare/1.7.0...1.7.1
@@ -256,3 +263,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256263[ #207 ] : https://github.com/cloudevents/sdk-python/pull/207
257264[ #208 ] : https://github.com/cloudevents/sdk-python/pull/208
258265[ #209 ] : https://github.com/cloudevents/sdk-python/pull/209
266+ [ #218 ] : https://github.com/cloudevents/sdk-python/pull/218
267+ [ #219 ] : https://github.com/cloudevents/sdk-python/pull/219
268+ [ #221 ] : https://github.com/cloudevents/sdk-python/pull/221
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.9 .0"
15+ __version__ = "1.10 .0"
You can’t perform that action at this time.
0 commit comments