Skip to content

Commit a99f839

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

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CHANGELOG.md

+9-8
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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 <[email protected]>"]
55
license = "GPL-3.0"
66
edition = "2021"

0 commit comments

Comments
 (0)