diff --git a/changelog/18.feature.md b/changelog/18.feature.md deleted file mode 100644 index 74fd7fd..0000000 --- a/changelog/18.feature.md +++ /dev/null @@ -1 +0,0 @@ -Switched implementation of CLI in click \ No newline at end of file diff --git a/changelog/20.feature.md b/changelog/20.feature.md deleted file mode 100644 index c2d92db..0000000 --- a/changelog/20.feature.md +++ /dev/null @@ -1 +0,0 @@ -Implement Config load_yaml, loads_yaml, dumps_yaml methods \ No newline at end of file diff --git a/changelog/21.doc.md b/changelog/21.doc.md deleted file mode 100644 index 8a72a13..0000000 --- a/changelog/21.doc.md +++ /dev/null @@ -1 +0,0 @@ -Added documentation on environment file loading using docker compose rules \ No newline at end of file diff --git a/changelog/21.feature.md b/changelog/21.feature.md deleted file mode 100644 index b66f534..0000000 --- a/changelog/21.feature.md +++ /dev/null @@ -1 +0,0 @@ -Implemented environment file loading using docker compose rules \ No newline at end of file diff --git a/changelog/22.doc.md b/changelog/22.doc.md deleted file mode 100644 index b3ccb51..0000000 --- a/changelog/22.doc.md +++ /dev/null @@ -1 +0,0 @@ -Added documentation on the 'run' subcommand for running commands within an environment \ No newline at end of file diff --git a/changelog/22.feature.md b/changelog/22.feature.md deleted file mode 100644 index 161ad09..0000000 --- a/changelog/22.feature.md +++ /dev/null @@ -1 +0,0 @@ -Implemented 'run' subcommand for running commands within an environment \ No newline at end of file diff --git a/changelog/23.feature.md b/changelog/23.feature.md deleted file mode 100644 index 1b02558..0000000 --- a/changelog/23.feature.md +++ /dev/null @@ -1 +0,0 @@ -Implement ANSI color with click echo and style \ No newline at end of file diff --git a/changelog/24.feature.doc b/changelog/24.feature.doc deleted file mode 100644 index 9313f01..0000000 --- a/changelog/24.feature.doc +++ /dev/null @@ -1 +0,0 @@ -Implemented a simpler @env_options usage for the CLI. \ No newline at end of file diff --git a/changelog/6.doc.md b/changelog/6.doc.md deleted file mode 100644 index 6270052..0000000 --- a/changelog/6.doc.md +++ /dev/null @@ -1 +0,0 @@ -Added description on file globs to running documentation \ No newline at end of file diff --git a/changelog/6.feature.md b/changelog/6.feature.md deleted file mode 100644 index 91eb8c1..0000000 --- a/changelog/6.feature.md +++ /dev/null @@ -1 +0,0 @@ -Implemented CLI glob patterns for checks file arguments and env files \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index 54c94f0..b6b17a8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,27 @@ deprecations section. +## [0.9.2](https://github.com/jlorieau/geomancy/tree/0.9.2) - 2023-07-28 + + +### Features + +- [#6](https://github.com/jlorieau/geomancy/issues/6). Implemented CLI glob patterns for checks file arguments and env files +- [#18](https://github.com/jlorieau/geomancy/issues/18). Switched implementation of CLI in click +- [#20](https://github.com/jlorieau/geomancy/issues/20). Implement Config load_yaml, loads_yaml, dumps_yaml methods +- [#21](https://github.com/jlorieau/geomancy/issues/21). Implemented environment file loading using docker compose rules +- [#22](https://github.com/jlorieau/geomancy/issues/22). Implemented 'run' subcommand for running commands within an environment +- [#23](https://github.com/jlorieau/geomancy/issues/23). Implement ANSI color with click echo and style +- [#24](https://github.com/jlorieau/geomancy/issues/24). Implemented a simpler @env_options usage for the CLI. + + +### Improved Documentation + +- [#6](https://github.com/jlorieau/geomancy/issues/6). Added description on file globs to running documentation +- [#21](https://github.com/jlorieau/geomancy/issues/21). Added documentation on environment file loading using docker compose rules +- [#22](https://github.com/jlorieau/geomancy/issues/22). Added documentation on the 'run' subcommand for running commands within an environment + + ## [0.9.1](https://github.com/jlorieau/geomancy/tree/0.9.1) - 2023-07-26