Skip to content

Commit 6dc0bc6

Browse files
chore(master): release 4.0.0 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 88285e3 commit 6dc0bc6

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.9"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
## Released
66

7+
## [4.0.0](https://github.com/nuvla/python-library/compare/3.0.9...4.0.0) (2024-04-18)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Trigger major version release
13+
14+
### Features
15+
16+
* 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))
17+
* Trigger major version release ([88285e3](https://github.com/nuvla/python-library/commit/88285e3cbc4102cc090f031e18723ea7cc58549b))
18+
719
## [3.0.9] - 2023-07-18
820

921
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nuvla-api"
3-
version = "3.0.9"
3+
version = "4.0.0"
44
description = "Nuvla APIServer python client library"
55
license = "Apache-2.0"
66
authors = ["SixSq SA <support@sixsq.com>"]

0 commit comments

Comments
 (0)