Skip to content

Commit

Permalink
version: 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 13, 2023
1 parent b5400bc commit 7f2045b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [1.4.9] - 2023-10-13

### Fixed

* Unloading of plugins for run modes using `auto_unload`

## [1.4.8] - 2023-10-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "colony",
version = "1.4.8",
version = "1.4.9",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Colony Framework",
Expand Down
2 changes: 1 addition & 1 deletion src/colony/res/colony.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colony",
"version": "1.4.8",
"version": "1.4.9",
"release": "100",
"build": "final"
}
1 change: 1 addition & 0 deletions src/colony/res/colony.log.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.4.9": ["Fixed auto unload issue"],
"1.4.8": ["Fixed dry run execution issue"],
"1.4.7": ["Added dry run mode"],
"1.4.6": ["Fixed unit tests"],
Expand Down

0 comments on commit 7f2045b

Please sign in to comment.