Skip to content

Commit

Permalink
Release v1.2.2 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Aug 24, 2022
1 parent aba41e5 commit 027ca00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,28 @@

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

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

**Fixed bugs:**

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

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

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

**Merged pull requests:**

- API reference links corrections [\#47](https://github.com/SINTEF/ci-cd/pull/47) ([CasperWA](https://github.com/CasperWA))

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

**Fixed bugs:**

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

**Merged pull requests:**

- Add unit tests for tasks [\#45](https://github.com/SINTEF/ci-cd/pull/45) ([CasperWA](https://github.com/CasperWA))
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.1"
__version__ = "1.2.2"
__author__ = "Casper Welzel Andersen"
__author_email__ = "casper.w.andersen@sintef.no"

0 comments on commit 027ca00

Please sign in to comment.