diff --git a/.changes/unreleased/Added-20240426-165101.yaml b/.changes/unreleased/Added-20240426-165101.yaml deleted file mode 100644 index bf3f6a7..0000000 --- a/.changes/unreleased/Added-20240426-165101.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: caching of Nomad and Consul tokens -time: 2024-04-26T16:51:01.905576593-05:00 -custom: - Author: Shackelford-Arden diff --git a/.changes/unreleased/Changed-20240426-165238.yaml b/.changes/unreleased/Changed-20240426-165238.yaml deleted file mode 100644 index d05d19f..0000000 --- a/.changes/unreleased/Changed-20240426-165238.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: Moved config file into dedicated hctx directory -time: 2024-04-26T16:52:38.373349377-05:00 -custom: - Author: Shackelford-Arden diff --git a/.changes/unreleased/Fixed-20240424-080940.yaml b/.changes/unreleased/Fixed-20240424-080940.yaml deleted file mode 100644 index 83fd089..0000000 --- a/.changes/unreleased/Fixed-20240424-080940.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: unset command is now aware of both stack names and aliases -time: 2024-04-24T08:09:40.430361307-05:00 -custom: - Author: Shackelford-Arden diff --git a/.changes/unreleased/Fixed-20240426-165036.yaml b/.changes/unreleased/Fixed-20240426-165036.yaml deleted file mode 100644 index ca24018..0000000 --- a/.changes/unreleased/Fixed-20240426-165036.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Ensuring use and unset aliases are included in the activate script -time: 2024-04-26T16:50:36.886496648-05:00 -custom: - Author: Shackelford-Arden diff --git a/.changes/v1.0.0.md b/.changes/v1.0.0.md new file mode 100644 index 0000000..bbc52db --- /dev/null +++ b/.changes/v1.0.0.md @@ -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 diff --git a/.changie.yaml b/.changie.yaml index 46f431b..d4bf44b 100644 --- a/.changie.yaml +++ b/.changie.yaml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca9d33..e599654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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