File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
## [Unreleased]
10
10
-->
11
11
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
+
12
20
## [ 0.2.2] - 2024-12-19
13
21
### Added
14
22
- 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
31
39
- Initial release
32
40
33
41
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
35
44
[ 0.2.2 ] : https://github.com/greatscottgadgets/luna-soc/compare/0.2.1...0.2.2
36
45
[ 0.2.1 ] : https://github.com/greatscottgadgets/luna-soc/compare/0.2.0...0.2.1
37
46
[ 0.2.0 ] : https://github.com/greatscottgadgets/luna-soc/compare/0.1.0...0.2.0
Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ luna_soc = "luna_soc"
48
48
49
49
[tool .setuptools-git-versioning ]
50
50
enabled = true
51
- starting_version = " 0.1 .0"
51
+ starting_version = " 0.2 .0"
You can’t perform that action at this time.
0 commit comments