File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( https://semver.org ) .
66
7+ ## [ 0.3.1] - 2025-10-02
8+
9+ - Bump Rust edition to 2021.
10+
711## [ 0.3.0] - 2025-10-02
812
913- ` windows-sys ` dependency updated to version ` 0.61.0 ` .
@@ -34,6 +38,7 @@ This release encountered a publishing issue.
3438
3539- Initial release.
3640
41+ [ 0.3.1 ] : https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.3.1
3742[ 0.3.0 ] : https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.3.0
3843[ 0.2.1 ] : https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.2.1
3944[ 0.2.0 ] : https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.2.0
Original file line number Diff line number Diff line change 22name = " enable-ansi-support"
33description = " Enable ANSI escape code support on Windows 10"
44version = " 0.3.0"
5- edition = " 2018 "
5+ edition = " 2021 "
66license = " MIT"
77readme = " README.md"
88repository = " https://github.com/sunshowers-code/enable-ansi-support"
You can’t perform that action at this time.
0 commit comments