Skip to content

Commit

Permalink
Release v1.2.1 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Aug 23, 2022
1 parent e934b85 commit 0927de8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [Unreleased](https://github.com/SINTEF/ci-cd/tree/HEAD)

[Full Changelog](https://github.com/SINTEF/ci-cd/compare/v1.2.1...HEAD)

**Fixed bugs:**

- Properly point to API reference files [\#44](https://github.com/SINTEF/ci-cd/issues/44)

## [v1.2.1](https://github.com/SINTEF/ci-cd/tree/v1.2.1) (2022-08-23)

[Full Changelog](https://github.com/SINTEF/ci-cd/compare/v1.2.0...v1.2.1)

**Merged pull requests:**

- Add unit tests for tasks [\#45](https://github.com/SINTEF/ci-cd/pull/45) ([CasperWA](https://github.com/CasperWA))
- \[Auto-generated\] Update dependencies [\#43](https://github.com/SINTEF/ci-cd/pull/43) ([TEAM4-0](https://github.com/TEAM4-0))

## [v1.2.0](https://github.com/SINTEF/ci-cd/tree/v1.2.0) (2022-07-18)

[Full Changelog](https://github.com/SINTEF/ci-cd/compare/v1.1.2...v1.2.0)
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.2.0"
__version__ = "1.2.1"
__author__ = "Casper Welzel Andersen"
__author_email__ = "casper.w.andersen@sintef.no"

0 comments on commit 0927de8

Please sign in to comment.