Skip to content

Commit

Permalink
Merge pull request #211 from AllSpiceIO/su/bump-3.8.0
Browse files Browse the repository at this point in the history
Bump version to 3.8.0
  • Loading branch information
shrik450 authored Feb 20, 2025
2 parents 9cf30bd + 7c14f4c commit 4150c80
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v3.8.0

### Highlights

* Fix invalid arguments when committing releases and assets by @shrik450 in https://github.com/AllSpiceIO/py-allspice/pull/204
* Create and use a log handler to actually set log level by @shrik450 in https://github.com/AllSpiceIO/py-allspice/pull/188
* Use POST instead of PUT for merging Design Reviews by @shrik450 in https://github.com/AllSpiceIO/py-allspice/pull/208
* Make `has_actions` patchable on Repository by @shrik450 in https://github.com/AllSpiceIO/py-allspice/pull/202
* Add method to get and create Issue attachments by @shrik450 in https://github.com/AllSpiceIO/py-allspice/pull/210

### Other Changes

* Bump ruff from 0.8.1 to 0.8.4 by @dependabot in https://github.com/AllSpiceIO/py-allspice/pull/201
* Update libcst requirement from ~=1.4.0 to ~=1.6.0 by @dependabot in https://github.com/AllSpiceIO/py-allspice/pull/206
* Change AllSpice Hub Test org name by @shrik450 in https://github.com/AllSpiceIO/py-allspice/pull/207

**Full Changelog**: https://github.com/AllSpiceIO/py-allspice/compare/v3.7.0...v3.8.0

## v3.7.0

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion allspice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
from .exceptions import AlreadyExistsException, NotFoundException

__version__ = "3.7.0"
__version__ = "3.8.0"

__all__ = [
"AllSpice",
Expand Down

0 comments on commit 4150c80

Please sign in to comment.