Skip to content

Commit

Permalink
Revert "Revert "0.11.0""
Browse files Browse the repository at this point in the history
This reverts commit bfe4aa2.
  • Loading branch information
epikhinm committed Aug 8, 2024
1 parent bfe4aa2 commit fcca8b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!--next-version-placeholder-->

## v0.11.0 (2024-08-08)

### Feature

* Better

* upgrade all deps to latest to fix issues with local toolchain
* add exceptions for linters for new generated paths
* tiny rename for buf ([`58b59d5`](https://github.com/doublecloud/python-sdk/commit/58b59d55d298cc85af5ad6fc97dacee92ce2d11d))
* * update buf and pin all dependencies ([`e34b843`](https://github.com/doublecloud/python-sdk/commit/e34b84351d058436fb4202efe5edcf3bbfa42d68))
* Build: regenerate proto ([`6666e51`](https://github.com/doublecloud/python-sdk/commit/6666e515561c67f1f5faeada45654c61c7f4e02d))

## v0.10.0 (2024-07-26)


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

packages = find_packages(".", include=["doublecloud*"])

__version__ = "0.10.0"
__version__ = "0.11.0"

setup(
name="doublecloud",
Expand Down

0 comments on commit fcca8b3

Please sign in to comment.