Skip to content

Commit 0bc1356

Browse files
author
Automatic release
committed
Release for v0.10.2
1 parent d61bf7d commit 0bc1356

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

cluster_tools/Changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
77
For 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

webknossos/Changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
1010
For 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

wkcuber/Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/) `MAJOR.MIN
77
For 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

0 commit comments

Comments
 (0)