Skip to content

Commit

Permalink
Release Aftman 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Aug 12, 2022
1 parent e09e908 commit a206ac2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Unreleased Changes

## [0.2.6] (August 11, 2022)
* Added `aftman list` subcommand. ([#27])
* Added support for installing macOS artifacts with the "darwin" keyword. ([#21])
* Fixed tool exit codes not being propagated. ([#25])
* Fixed `self-install` not creating a `.zshenv` file on macOS. ([#28])

[#21]: https://github.com/LPGhatguy/aftman/pull/21
[#25]: https://github.com/LPGhatguy/aftman/pull/25
[#27]: https://github.com/LPGhatguy/aftman/pull/27
[#28]: https://github.com/LPGhatguy/aftman/pull/28
[0.2.6]: https://github.com/LPGhatguy/aftman/releases/tag/v0.2.6

## [0.2.5] (July 2, 2022)
* Improved `self-install` behavior. ([#20])

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.5"
version = "0.2.6"
rust-version = "1.58.0"
license = "MIT"
edition = "2021"
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,15 @@ Adds a tool to the list of trusted tools.
Aftman prompts the user before installing new tools. Running `aftman trust` beforehand skips this prompt. This is useful when running automation that depends on a tool from a known location.

### `aftman list`
**This subcommand is not yet implemented.**
*Added in Aftman 0.2.6.*

Usage:

```bash
aftman list
```

Lists all tools currently managed by Aftman.

### `aftman update`
**This subcommand is not yet implemented.**
Expand Down

0 comments on commit a206ac2

Please sign in to comment.