From 660533b99ebdfebed663b20c4d4eec304b5e70b3 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 29 Mar 2025 00:18:11 +0000 Subject: [PATCH] chore(release): 0.0.0 [skip ci] --- src/AltGen.Console/AltGen.Console.csproj | 13 ++--------- src/AltGen.Console/CHANGELOG.md | 29 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 11 deletions(-) create mode 100644 src/AltGen.Console/CHANGELOG.md diff --git a/src/AltGen.Console/AltGen.Console.csproj b/src/AltGen.Console/AltGen.Console.csproj index 2a37cb7..f99abe6 100644 --- a/src/AltGen.Console/AltGen.Console.csproj +++ b/src/AltGen.Console/AltGen.Console.csproj @@ -1,4 +1,4 @@ - + AltGen.Console @@ -38,16 +38,7 @@ - + diff --git a/src/AltGen.Console/CHANGELOG.md b/src/AltGen.Console/CHANGELOG.md new file mode 100644 index 0000000..a1770b9 --- /dev/null +++ b/src/AltGen.Console/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + + +## [0.0.0](https://www.github.com/StevanFreeborn/alt-gen/releases/tag/v0.0.0) (2025-03-29) + +### Features + +* add app settings manager to do the reading and writing ([414e712](https://www.github.com/StevanFreeborn/alt-gen/commit/414e712f515f5b18c8d118921efeb52f52f3d280)) +* add remove, list, and add config commands ([e9b9f7f](https://www.github.com/StevanFreeborn/alt-gen/commit/e9b9f7fc13cef7b284359aa040b4dd667bf389fa)) +* begin working on console app ([92c0bee](https://www.github.com/StevanFreeborn/alt-gen/commit/92c0bee83bd9b265a4dd4b147d13ff1e4cfe4da8)) +* implement generate command in console app ([ec9651e](https://www.github.com/StevanFreeborn/alt-gen/commit/ec9651e5e9eb65296c1503ee1a3bc55b1bbd32ee)) +* initial config command implementation ([ba1d668](https://www.github.com/StevanFreeborn/alt-gen/commit/ba1d668ade8edd220ec7235fadf6df35645e3b22)) +* more work on getting console client sorted ([4672644](https://www.github.com/StevanFreeborn/alt-gen/commit/4672644127670c19f87b25ee8ad1faf3697fdb05)) +* success console app => api => gemini ([45a0ead](https://www.github.com/StevanFreeborn/alt-gen/commit/45a0ead7d89caefe4fefc12d7359f3a0f65e250a)) +* wip on remove config command ([5647070](https://www.github.com/StevanFreeborn/alt-gen/commit/5647070fd32785a6e0e17a095f6f33a1bce5a0ba)) + +### Bug Fixes + +* add gemini key as env var in workflow and make config file optional ([cc995c9](https://www.github.com/StevanFreeborn/alt-gen/commit/cc995c911eec94aa4f6172f425ff337edb93d1d9)) +* add version info to csproj ([bf74091](https://www.github.com/StevanFreeborn/alt-gen/commit/bf74091e12f8d8b6e32e25c58ccda240fe9bf9b0)) +* address issues causing problems in workflows ([f8aefb8](https://www.github.com/StevanFreeborn/alt-gen/commit/f8aefb82abacc66fd97e008877c6eb07b272b2ed)) +* compare lowercase values ([8e0a693](https://www.github.com/StevanFreeborn/alt-gen/commit/8e0a6933f795e07632f174cf2d292ecbcca6ac58)) +* publish as single file ([65d144d](https://www.github.com/StevanFreeborn/alt-gen/commit/65d144db858de22b2da5f576275c9bef4c0e4dcc)) +* skip test settings if not present ([9dc4315](https://www.github.com/StevanFreeborn/alt-gen/commit/9dc43151b13687b30d2d78feb2b86b1590505a16)) +* tests ([1ac200a](https://www.github.com/StevanFreeborn/alt-gen/commit/1ac200a65bd4ed444d6e8cf78ff6262944f0579c)) +* use lower case when creating providers ([b4d00af](https://www.github.com/StevanFreeborn/alt-gen/commit/b4d00afe7a080509b84064570f532b33a780b848)) +