@@ -5,19 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
-
9
- ## [ unreleased]
8
+ ## [ 0.11.2] - 2024-09-05
10
9
11
10
### Added
12
11
13
- * Windows executables to release.
14
- * Windows config instructions.
15
-
12
+ - Windows executables to release.
13
+ - Windows config instructions.
16
14
17
15
### Changed
18
16
19
- * Reworked release github workflow.
17
+ - Reworked release github workflow.
18
+ - Use ` stdout ` for crossterm instead of ` stderr `
20
19
20
+ ### Updated
21
+
22
+ - Bump ratatui version
21
23
22
24
## [ 0.11.1] - 2024-03-19
23
25
@@ -123,7 +125,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123
125
124
126
First release 🎉
125
127
126
-
127
128
[ unreleased ] : https://github.com/WyvernIXTL/ubilerntui/compare/v0.11.1...HEAD
128
129
[ 0.11.1 ] : https://github.com/pythops/tenere/compare/v0.11...v0.11.1
129
130
[ 0.11 ] : https://github.com/pythops/tenere/compare/v0.10...v0.11
@@ -136,4 +137,4 @@ First release 🎉
136
137
[ 0.4 ] : https://github.com/pythops/tenere/compare/v0.3...v0.4
137
138
[ 0.3 ] : https://github.com/pythops/tenere/compare/v0.2...v0.3
138
139
[ 0.2 ] : https://github.com/pythops/tenere/compare/v0.1...v0.2
139
- [ 0.1 ] : https://github.com/pythops/tenere/releases/tag/v0.1
140
+ [ 0.1 ] : https://github.com/pythops/tenere/releases/tag/v0.1
0 commit comments