Skip to content

Commit

Permalink
release v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Sep 5, 2024
1 parent 93cc1d4 commit a99f839
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [unreleased]
## [0.11.2] - 2024-09-05

### Added

* Windows executables to release.
* Windows config instructions.

- Windows executables to release.
- Windows config instructions.

### Changed

* Reworked release github workflow.
- Reworked release github workflow.
- Use `stdout` for crossterm instead of `stderr`

### Updated

- Bump ratatui version

## [0.11.1] - 2024-03-19

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

First release 🎉


[unreleased]: https://github.com/WyvernIXTL/ubilerntui/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/pythops/tenere/compare/v0.11...v0.11.1
[0.11]: https://github.com/pythops/tenere/compare/v0.10...v0.11
Expand All @@ -136,4 +137,4 @@ First release 🎉
[0.4]: https://github.com/pythops/tenere/compare/v0.3...v0.4
[0.3]: https://github.com/pythops/tenere/compare/v0.2...v0.3
[0.2]: https://github.com/pythops/tenere/compare/v0.1...v0.2
[0.1]: https://github.com/pythops/tenere/releases/tag/v0.1
[0.1]: https://github.com/pythops/tenere/releases/tag/v0.1
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tenere"
version = "0.11.1"
version = "0.11.2"
authors = ["Badr Badri <contact@pythops.com>"]
license = "GPL-3.0"
edition = "2021"
Expand Down

0 comments on commit a99f839

Please sign in to comment.