Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#56)
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 Sep 6, 2024
1 parent 790018e commit af2ce9f
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
{
".": "4.0.2"
".": "4.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

## Released

## [4.1.0](https://github.com/nuvla/python-library/compare/4.0.2...4.1.0) (2024-09-06)


### Features

* **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))


### Continuous Integration

* **release:** updated release-please-action ([790018e](https://github.com/nuvla/python-library/commit/790018e01fc257a66ca5f8eaca01fdcde62b0558))
* **unittest:** update GH actions deps ([6c9b90f](https://github.com/nuvla/python-library/commit/6c9b90f6bd89b0fa6ddaf5390873740682f7b502))

## [4.0.2](https://github.com/nuvla/python-library/compare/4.0.1...4.0.2) (2024-08-21)


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 = "4.0.2"
version = "4.1.0"
description = "Nuvla APIServer python client library"
license = "Apache-2.0"
authors = ["SixSq SA <support@sixsq.com>"]
Expand Down

0 comments on commit af2ce9f

Please sign in to comment.