Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shackelford-Arden committed Apr 26, 2024
1 parent 9deea73 commit 561845b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20240426-165101.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20240426-165238.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20240424-080940.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20240426-165036.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v1.0.0 - 2024-04-26
### Added
* caching of Nomad and Consul tokens
### Changed
* Moved config file into dedicated hctx directory
### Fixed
* unset command is now aware of both stack names and aliases
* Ensuring use and unset aliases are included in the activate script
2 changes: 1 addition & 1 deletion .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ unreleasedDir: unreleased
headerPath: header.tpl.md
changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## v{{.Version}} - {{.Time.Format "2006-01-02"}}'
versionFormat: '## {{.Version}}'
kindFormat: '### {{.Kind}}'
changeFormat: '* {{.Body}}'
kinds:
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


No releases yet, this file will be updated when generating your first release.
## v1.0.0 - 2024-04-26
### Added
* caching of Nomad and Consul tokens
### Changed
* Moved config file into dedicated hctx directory
### Fixed
* 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
### 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 561845b

Please sign in to comment.