Skip to content

Commit 0d5c9da

Browse files
authored
New version 1.11.0 (#260)
* Update VERSION * Update CHANGELOG
1 parent 0753776 commit 0d5c9da

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
10+
11+
## [1.11.0]
12+
13+
### Added
814
- Service: Encode paths with entity keys with option to disable it - Linda Jahn
9-
- Service: (No longer Experimental) Support for server-side pagination (partial listings trough _next field) - Reto Schneider
15+
16+
### Fixed
1017
- Model: Fix adding expanded entities to EntityProxy - Manuel Seeger
1118

19+
### Stable, not Experimental
20+
- Service: Support for server-side pagination (partial listings trough _next field) - Reto Schneider
21+
1222
## [1.10.1]
1323

1424
### Fixed
@@ -173,7 +183,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
173183

174184
## 1.1.1 - First PIP package release
175185

176-
[Unreleased]: https://github.com/SAP/python-pyodata/compare/1.10.0...HEAD
186+
[Unreleased]: https://github.com/SAP/python-pyodata/compare/1.11.0...HEAD
187+
[1.11.0]: https://github.com/SAP/python-pyodata/compare/1.10.1...1.11.0
188+
[1.10.1]: https://github.com/SAP/python-pyodata/compare/1.10.0...1.10.1
177189
[1.10.0]: https://github.com/SAP/python-pyodata/compare/1.9.2...1.10.0
178190
[1.9.2]: https://github.com/SAP/python-pyodata/compare/1.9.1...1.9.2
179191
[1.9.1]: https://github.com/SAP/python-pyodata/compare/1.9.0...1.9.1

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.1
1+
1.11.0

0 commit comments

Comments
 (0)