Skip to content

Commit a206ac2

Browse files
committed
Release Aftman 0.2.6
1 parent e09e908 commit a206ac2

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Unreleased Changes
44

5+
## [0.2.6] (August 11, 2022)
6+
* Added `aftman list` subcommand. ([#27])
7+
* Added support for installing macOS artifacts with the "darwin" keyword. ([#21])
8+
* Fixed tool exit codes not being propagated. ([#25])
9+
* Fixed `self-install` not creating a `.zshenv` file on macOS. ([#28])
10+
11+
[#21]: https://github.com/LPGhatguy/aftman/pull/21
12+
[#25]: https://github.com/LPGhatguy/aftman/pull/25
13+
[#27]: https://github.com/LPGhatguy/aftman/pull/27
14+
[#28]: https://github.com/LPGhatguy/aftman/pull/28
15+
[0.2.6]: https://github.com/LPGhatguy/aftman/releases/tag/v0.2.6
16+
517
## [0.2.5] (July 2, 2022)
618
* Improved `self-install` behavior. ([#20])
719

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,7 +1,7 @@
11
[package]
22
name = "aftman"
33
description = "Aftman is a command line toolchain manager"
4-
version = "0.2.5"
4+
version = "0.2.6"
55
rust-version = "1.58.0"
66
license = "MIT"
77
edition = "2021"

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,15 @@ Adds a tool to the list of trusted tools.
140140
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.
141141

142142
### `aftman list`
143-
**This subcommand is not yet implemented.**
143+
*Added in Aftman 0.2.6.*
144+
145+
Usage:
146+
147+
```bash
148+
aftman list
149+
```
150+
151+
Lists all tools currently managed by Aftman.
144152

145153
### `aftman update`
146154
**This subcommand is not yet implemented.**

0 commit comments

Comments
 (0)