Skip to content

Commit

Permalink
Release v1.1.2 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 8, 2022
1 parent 2b8e4aa commit 9c33ea0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v1.1.2](https://github.com/CasperWA/ci-cd/tree/v1.1.2) (2022-07-08)

[Full Changelog](https://github.com/CasperWA/ci-cd/compare/v1.1.1...v1.1.2)

**Implemented enhancements:**

- Update package version [\#28](https://github.com/CasperWA/ci-cd/pull/28) ([CasperWA](https://github.com/CasperWA))

**Fixed bugs:**

- Fix usage of invoke tasks for lists [\#30](https://github.com/CasperWA/ci-cd/issues/30)
- Default `args` for `docs-landing-page` doesn't work [\#27](https://github.com/CasperWA/ci-cd/issues/27)
- Update internal Python package along with releases [\#26](https://github.com/CasperWA/ci-cd/issues/26)

**Merged pull requests:**

- Default `args` fix for `docs-landing-page` hook [\#31](https://github.com/CasperWA/ci-cd/pull/31) ([CasperWA](https://github.com/CasperWA))

## [v1.1.1](https://github.com/CasperWA/ci-cd/tree/v1.1.1) (2022-07-06)

[Full Changelog](https://github.com/CasperWA/ci-cd/compare/v1.1.0...v1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion ci_cd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""CI/CD Tools. Tiny package to run invoke tasks as a standalone program."""
__version__ = "1.1.0"
__version__ = "1.1.2"
__author__ = "Casper Welzel Andersen"
__author_email__ = "casper+github@welzel.nu"

0 comments on commit 9c33ea0

Please sign in to comment.