Skip to content

Commit

Permalink
Getting stuff cleaned up and settled;
Browse files Browse the repository at this point in the history
  • Loading branch information
Shackelford-Arden committed Nov 7, 2024
1 parent 7ea3c38 commit 1d57fcc
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20240711-233913.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20240712-115926.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20240716-161044.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20240716-161123.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20241107-001752.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20241107-002353.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20241107-002813.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20240610-123340.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20240610-141326.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20241107-002315.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions .changes/v2.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## v2.0.0
### Added
* Set Use to clear previous ACL tokens when called to avoid conflicts
* Caching, the way it should have been from the beginning.
* Ensuring we include the version during builds
* Adding more testing for commands
* `--detailed` flag to `list` with colored output
* `self update` command added to allow pulling in the latest version
### Changed
* Changed the naming of assets on releases to match more of what Go provides built-in
### Fixed
* Fixed bug where cache setting was not actually being checked
* Removed print statement in use that caused eval to fail
* Fixing an issue where running `use` could error out due to there not being any cached data
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v2.0.0
### Added
* Set Use to clear previous ACL tokens when called to avoid conflicts
* Caching, the way it should have been from the beginning.
* Ensuring we include the version during builds
* Adding more testing for commands
* `--detailed` flag to `list` with colored output
* `self update` command added to allow pulling in the latest version
### Changed
* Changed the naming of assets on releases to match more of what Go provides built-in
### Fixed
* Fixed bug where cache setting was not actually being checked
* Removed print statement in use that caused eval to fail
* Fixing an issue where running `use` could error out due to there not being any cached data

## v1.0.0 - 2024-04-26
### Added
* caching of Nomad and Consul tokens
Expand All @@ -15,7 +30,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
* unset command is now aware of both stack names and aliases
* Ensuring use and unset aliases are included in the activate script

## v0.3.1 - 2024-02-28
## 0.3.1 - 2024-02-28
### Fixed
* Bug where listing stacks when no stack is currently selected adds an inidicator to every stack
* unset command erroring out if no stack is active

0 comments on commit 1d57fcc

Please sign in to comment.