Skip to content

Commit bd3d71b

Browse files
committed
chore: changelog v0.5.0
1 parent e804600 commit bd3d71b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Changelog
22

3-
## [0.4.6](https://github.com/tlambert03/nd2/tree/0.4.6) (2022-10-08)
3+
## [0.5.0](https://github.com/tlambert03/nd2/tree/0.5.0) (2022-10-29)
44

5-
[Full Changelog](https://github.com/tlambert03/nd2/compare/v0.4.5...0.4.6)
5+
[Full Changelog](https://github.com/tlambert03/nd2/compare/v0.4.6...0.5.0)
6+
7+
**Implemented enhancements:**
8+
9+
- feat: Extract recorded data [\#107](https://github.com/tlambert03/nd2/pull/107) ([tlambert03](https://github.com/tlambert03))
10+
- feat: support python 3.11 [\#106](https://github.com/tlambert03/nd2/pull/106) ([tlambert03](https://github.com/tlambert03))
11+
12+
**Merged pull requests:**
13+
14+
- ci\(dependabot\): bump pypa/cibuildwheel from 2.10.2 to 2.11.1 [\#104](https://github.com/tlambert03/nd2/pull/104) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
16+
## [v0.4.6](https://github.com/tlambert03/nd2/tree/v0.4.6) (2022-10-08)
17+
18+
[Full Changelog](https://github.com/tlambert03/nd2/compare/v0.4.5...v0.4.6)
619

720
**Implemented enhancements:**
821

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "nd2"
1818
description = "Yet another nd2 (Nikon NIS Elements) file reader"
1919
readme = "README.md"
2020
requires-python = ">=3.7,<3.12"
21-
license = {file = "LICENSE"}
21+
license = {text = "BSD 3-Clause License"}
2222
authors = [
2323
{email = "[email protected]"},
2424
{name = "Talley Lambert"},

0 commit comments

Comments
 (0)