File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
77For upgrade instructions, please check the respective * Breaking Changes* sections.
88
99## Unreleased
10- [ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.1 ...HEAD )
10+ [ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.2 ...HEAD )
1111
1212### Breaking Changes
1313
1414### Added
1515
1616### Changed
1717
18+ ### Fixed
19+
20+
21+ ## [ 0.10.2] ( https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.2 ) - 2022-05-20
22+ [ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.1...v0.10.2 )
23+
1824### Fixed
1925- Fix ` _log() got unexpected keyword argument: 'file' ` error for newer Python versions. [ #735 ] ( https://github.com/scalableminds/webknossos-libs/pull/735 )
2026
27+
2128## [ 0.10.1] ( https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.1 ) - 2022-05-10
2229[ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.0...v0.10.1 )
2330
Original file line number Diff line number Diff line change @@ -10,18 +10,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
1010For upgrade instructions, please check the respective * Breaking Changes* sections.
1111
1212## Unreleased
13- [ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.1 ...HEAD )
13+ [ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.2 ...HEAD )
1414
1515### Breaking Changes
1616
1717### Added
1818
19+ ### Changed
20+
21+ ### Fixed
22+
23+
24+ ## [ 0.10.2] ( https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.2 ) - 2022-05-20
25+ [ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.1...v0.10.2 )
26+
1927### Changed
2028- added Python 3.9 support to wk-libs [ #716 ] ( https://github.com/scalableminds/webknossos-libs/pull/716 )
2129
2230### Fixed
2331- URLs for the webknossos-context (e.g. in the ` WK_URL ` env var or via ` webknossos_context(url=…) ` ) may now contain ` / ` in the end and are sanitized. Before, requests would fail if the URL contained a final ` / ` . [ #733 ] ( https://github.com/scalableminds/webknossos-libs/pull/733 )
2432
33+
2534## [ 0.10.1] ( https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.1 ) - 2022-05-10
2635[ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.0...v0.10.1 )
2736
Original file line number Diff line number Diff line change @@ -7,18 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
77For upgrade instructions, please check the respective * Breaking Changes* sections.
88
99## Unreleased
10- [ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.1 ...HEAD )
10+ [ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.2 ...HEAD )
1111
1212### Breaking Changes
1313
1414### Added
1515
1616### Changed
17- - Added Python 3.9 support to wkcuber [ #716 ] ( https://github.com/scalableminds/webknossos-libs/pull/716 )
1817
1918### Fixed
2019
2120
21+ ## [ 0.10.2] ( https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.2 ) - 2022-05-20
22+ [ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.1...v0.10.2 )
23+
24+ ### Changed
25+ - Added Python 3.9 support to wkcuber [ #716 ] ( https://github.com/scalableminds/webknossos-libs/pull/716 )
26+
27+
2228## [ 0.10.1] ( https://github.com/scalableminds/webknossos-libs/releases/tag/v0.10.1 ) - 2022-05-10
2329[ Commits] ( https://github.com/scalableminds/webknossos-libs/compare/v0.10.0...v0.10.1 )
2430
You can’t perform that action at this time.
0 commit comments