@@ -5,18 +5,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
- - Address collected minor issues (#81 )
9
- - Remove emscripten support (#92 )
10
- - Address some Verilog lints and weaknesses (#94 )
11
- - Collected ctest-provoked fixes (#95 )
8
+
9
+ ## [ 0.9.9] - 2021-09-01
10
+ ### Added
12
11
- Enable GitHub Actions for macos-11 runners (#96 )
12
+ - Introduce a yosys flow for ULX3S (#87 )
13
+ - Build on macOS Big Sur (#85 )
14
+
15
+ ### Changed
13
16
- Prefer sdl2-config over pkg-config (#82 )
14
17
- Run ` apt-get update ` before installing packages from APT (#84 )
18
+
19
+ ### Fixed
20
+ - Address collected minor issues (#81 )
21
+ - Address some Verilog lints and weaknesses (#94 )
22
+ - Collected ctest-provoked fixes (#95 )
15
23
- Fix crash in SDLVGA on macOS Big Sur 11.2 (#83 )
16
- - Remove Xilinx support (#86 )
17
24
- Introduce collected hardware changes for ulx3s (#88 )
18
- - Introduce a yosys flow for ULX3S (#87 )
19
- - Build on macOS Big Sur (#85 )
25
+
26
+ ### Removed
27
+ - Remove emscripten support (#92 )
28
+ - Remove Xilinx support (#86 )
20
29
21
30
## [ 0.9.8] - 2021-01-01
22
31
### Added
@@ -116,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116
125
- uses of little-used assert()
117
126
- obsolescent SPI simulated device
118
127
119
- [ Unreleased ] : https://github.com/kulp/tenyr/compare/v0.9.8...HEAD
128
+ [ Unreleased ] : https://github.com/kulp/tenyr/compare/v0.9.9...HEAD
129
+ [ 0.9.9 ] : https://github.com/kulp/tenyr/compare/v0.9.8...v0.9.9
120
130
[ 0.9.8 ] : https://github.com/kulp/tenyr/compare/v0.9.7...v0.9.8
121
131
[ 0.9.7 ] : https://github.com/kulp/tenyr/compare/v0.9.6...v0.9.7
122
132
[ 0.9.6 ] : https://github.com/kulp/tenyr/compare/v0.9.5...v0.9.6
0 commit comments