Skip to content

Commit a99f839

Browse files
committed
release v0.11.2
1 parent 93cc1d4 commit a99f839

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
9-
## [unreleased]
8+
## [0.11.2] - 2024-09-05
109

1110
### Added
1211

13-
* Windows executables to release.
14-
* Windows config instructions.
15-
12+
- Windows executables to release.
13+
- Windows config instructions.
1614

1715
### Changed
1816

19-
* Reworked release github workflow.
17+
- Reworked release github workflow.
18+
- Use `stdout` for crossterm instead of `stderr`
2019

20+
### Updated
21+
22+
- Bump ratatui version
2123

2224
## [0.11.1] - 2024-03-19
2325

@@ -123,7 +125,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123125

124126
First release πŸŽ‰
125127

126-
127128
[unreleased]: https://github.com/WyvernIXTL/ubilerntui/compare/v0.11.1...HEAD
128129
[0.11.1]: https://github.com/pythops/tenere/compare/v0.11...v0.11.1
129130
[0.11]: https://github.com/pythops/tenere/compare/v0.10...v0.11
@@ -136,4 +137,4 @@ First release πŸŽ‰
136137
[0.4]: https://github.com/pythops/tenere/compare/v0.3...v0.4
137138
[0.3]: https://github.com/pythops/tenere/compare/v0.2...v0.3
138139
[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

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tenere"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = ["Badr Badri <contact@pythops.com>"]
55
license = "GPL-3.0"
66
edition = "2021"

0 commit comments

Comments
Β (0)