File tree 2 files changed +11
-1
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
15
## [ 1.9.0] — 2023-01-04
10
16
### Added
11
17
- Added typings to the codebase. ([ #207 ] )
@@ -179,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179
185
### Added
180
186
- Initial release
181
187
188
+ [ 1.10.0 ] : https://github.com/cloudevents/sdk-python/compare/1.9.0...1.10.0
182
189
[ 1.9.0 ] : https://github.com/cloudevents/sdk-python/compare/1.8.0...1.9.0
183
190
[ 1.8.0 ] : https://github.com/cloudevents/sdk-python/compare/1.7.0...1.8.0
184
191
[ 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
256
263
[ #207 ] : https://github.com/cloudevents/sdk-python/pull/207
257
264
[ #208 ] : https://github.com/cloudevents/sdk-python/pull/208
258
265
[ #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 12
12
# License for the specific language governing permissions and limitations
13
13
# under the License.
14
14
15
- __version__ = "1.9 .0"
15
+ __version__ = "1.10 .0"
You can’t perform that action at this time.
0 commit comments