Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed May 24, 2022
1 parent cca02cf commit ee9db3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Aftman Changelog

## Unreleased Changes

## [0.2.3] (May 24, 2022)
* Fixed subprocesses living forever on Unix platforms. ([#13])
* Aftman now correctly marks executables as executable on Unix platforms. ([#14])

[#13]: https://github.com/LPGhatguy/aftman/pull/13
[#14]: https://github.com/LPGhatguy/aftman/pull/14
[0.2.2]: https://github.com/LPGhatguy/aftman/releases/tag/v0.2.3

## [0.2.2] (May 23, 2022)
* Fixed building on non-Windows platforms
Expand Down
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,7 +1,7 @@
[package]
name = "aftman"
description = "Aftman is a command line toolchain manager"
version = "0.2.2"
version = "0.2.3"
license = "MIT"
edition = "2021"
repository = "https://github.com/LPGhatguy/aftman"
Expand Down

0 comments on commit ee9db3d

Please sign in to comment.