Skip to content

Commit

Permalink
Release v1.3.1 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Oct 6, 2022
1 parent 0d34c29 commit 67794a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

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

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

**Fixed bugs:**

- Local workflows out-of-date [\#62](https://github.com/SINTEF/ci-cd/issues/62)
- Nested modules not represented properly [\#64](https://github.com/SINTEF/ci-cd/issues/64)

## [v1.3.1](https://github.com/SINTEF/ci-cd/tree/v1.3.1) (2022-10-06)

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

**Merged pull requests:**

- Ensure API reference documentation works for multiple large packages [\#65](https://github.com/SINTEF/ci-cd/pull/65) ([CasperWA](https://github.com/CasperWA))

## [v1.3.0](https://github.com/SINTEF/ci-cd/tree/v1.3.0) (2022-10-05)

Expand All @@ -21,6 +29,7 @@

**Fixed bugs:**

- Local workflows out-of-date [\#62](https://github.com/SINTEF/ci-cd/issues/62)
- Invoke task "update docs index" missing defaults [\#53](https://github.com/SINTEF/ci-cd/issues/53)

**Closed issues:**
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.3.0"
__version__ = "1.3.1"
__author__ = "Casper Welzel Andersen"
__author_email__ = "casper.w.andersen@sintef.no"

0 comments on commit 67794a8

Please sign in to comment.