Skip to content

Commit

Permalink
Moved changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jlorieau committed Jul 28, 2023
1 parent 4af28a6 commit dab150b
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 10 deletions.
1 change: 0 additions & 1 deletion changelog/18.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/20.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/21.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/21.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/22.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/22.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/23.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/24.feature.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog/6.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/6.feature.md

This file was deleted.

21 changes: 21 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ deprecations section.

<!-- towncrier release notes start -->

## [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


Expand Down

0 comments on commit dab150b

Please sign in to comment.