Release/v1.10.0 (#223)
* Bump version Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> * Update changelog Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com> --------- Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
This commit is contained in:
parent
66dcabb254
commit
d4873037e2
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.10.0] — 2023-09-25
|
||||||
|
### Added
|
||||||
|
- Pydantic v2 support. ([#219])
|
||||||
|
- Pydantic v2 to v1 compatibility layer. ([#218])
|
||||||
|
- Governance docs per main CE discussions. ([#221])
|
||||||
|
|
||||||
## [1.9.0] — 2023-01-04
|
## [1.9.0] — 2023-01-04
|
||||||
### Added
|
### Added
|
||||||
- Added typings to the codebase. ([#207])
|
- Added typings to the codebase. ([#207])
|
||||||
|
@ -179,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
|
[1.10.0]: https://github.com/cloudevents/sdk-python/compare/1.9.0...1.10.0
|
||||||
[1.9.0]: https://github.com/cloudevents/sdk-python/compare/1.8.0...1.9.0
|
[1.9.0]: https://github.com/cloudevents/sdk-python/compare/1.8.0...1.9.0
|
||||||
[1.8.0]: https://github.com/cloudevents/sdk-python/compare/1.7.0...1.8.0
|
[1.8.0]: https://github.com/cloudevents/sdk-python/compare/1.7.0...1.8.0
|
||||||
[1.7.1]: https://github.com/cloudevents/sdk-python/compare/1.7.0...1.7.1
|
[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
|
||||||
[#207]: https://github.com/cloudevents/sdk-python/pull/207
|
[#207]: https://github.com/cloudevents/sdk-python/pull/207
|
||||||
[#208]: https://github.com/cloudevents/sdk-python/pull/208
|
[#208]: https://github.com/cloudevents/sdk-python/pull/208
|
||||||
[#209]: https://github.com/cloudevents/sdk-python/pull/209
|
[#209]: https://github.com/cloudevents/sdk-python/pull/209
|
||||||
|
[#218]: https://github.com/cloudevents/sdk-python/pull/218
|
||||||
|
[#219]: https://github.com/cloudevents/sdk-python/pull/219
|
||||||
|
[#221]: https://github.com/cloudevents/sdk-python/pull/221
|
||||||
|
|
|
@ -12,4 +12,4 @@
|
||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
__version__ = "1.9.0"
|
__version__ = "1.10.0"
|
||||||
|
|
Loading…
Reference in New Issue