Skip to content

Commit

Permalink
chore(master): release 4.0.0 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 18, 2024
1 parent 88285e3 commit 6dc0bc6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.9"
".": "4.0.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

## Released

## [4.0.0](https://github.com/nuvla/python-library/compare/3.0.9...4.0.0) (2024-04-18)


### ⚠ BREAKING CHANGES

* Trigger major version release

### Features

* Remove build CI maven (in favor of Poetry) and synchronise release workflow ([#41](https://github.com/nuvla/python-library/issues/41)) ([7e50d70](https://github.com/nuvla/python-library/commit/7e50d70077779786e40c888d15c069146ffb8c9c))
* Trigger major version release ([88285e3](https://github.com/nuvla/python-library/commit/88285e3cbc4102cc090f031e18723ea7cc58549b))

## [3.0.9] - 2023-07-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nuvla-api"
version = "3.0.9"
version = "4.0.0"
description = "Nuvla APIServer python client library"
license = "Apache-2.0"
authors = ["SixSq SA <[email protected]>"]
Expand Down

0 comments on commit 6dc0bc6

Please sign in to comment.