Skip to content

Commit af2ce9f

Browse files
chore(main): release 4.1.0 (#56)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 790018e commit af2ce9f

File tree

3 files changed

+15
-2
lines changed

3 files changed

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

CHANGELOG.md

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

55
## Released
66

7+
## [4.1.0](https://github.com/nuvla/python-library/compare/4.0.2...4.1.0) (2024-09-06)
8+
9+
10+
### Features
11+
12+
* **edit_patch:** Support for edit with JSON Patch format (RFC 6902) ([#55](https://github.com/nuvla/python-library/issues/55)) ([cd725ef](https://github.com/nuvla/python-library/commit/cd725ef03764a739b5e7d488665637fd4ff6d38c))
13+
14+
15+
### Continuous Integration
16+
17+
* **release:** updated release-please-action ([790018e](https://github.com/nuvla/python-library/commit/790018e01fc257a66ca5f8eaca01fdcde62b0558))
18+
* **unittest:** update GH actions deps ([6c9b90f](https://github.com/nuvla/python-library/commit/6c9b90f6bd89b0fa6ddaf5390873740682f7b502))
19+
720
## [4.0.2](https://github.com/nuvla/python-library/compare/4.0.1...4.0.2) (2024-08-21)
821

922

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 = "4.0.2"
3+
version = "4.1.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)