Skip to content

Commit 00a9da2

Browse files
committed
repo: update changelog for release
1 parent bd68a02 commit 00a9da2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010
-->
1111

12+
## [0.2.3] - 2025-02-26
13+
### Fixed
14+
- Only set ep_control epno register if it's a setup packet.
15+
### Removed
16+
* Dropped support for Python 3.8
17+
### Security
18+
* Bump jinja2 from 3.1.4 to 3.1.5
19+
1220
## [0.2.2] - 2024-12-19
1321
### Added
1422
- Support for yowasp when yosys is unavailable.
@@ -31,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3139
- Initial release
3240

3341

34-
[Unreleased]: https://github.com/greatscottgadgets/luna-soc/compare/0.2.2...HEAD
42+
[Unreleased]: https://github.com/greatscottgadgets/luna-soc/compare/0.2.3...HEAD
43+
[0.2.3]: https://github.com/greatscottgadgets/luna-soc/compare/0.2.2...0.2.3
3544
[0.2.2]: https://github.com/greatscottgadgets/luna-soc/compare/0.2.1...0.2.2
3645
[0.2.1]: https://github.com/greatscottgadgets/luna-soc/compare/0.2.0...0.2.1
3746
[0.2.0]: https://github.com/greatscottgadgets/luna-soc/compare/0.1.0...0.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ luna_soc = "luna_soc"
4848

4949
[tool.setuptools-git-versioning]
5050
enabled = true
51-
starting_version = "0.1.0"
51+
starting_version = "0.2.0"

0 commit comments

Comments
 (0)