Skip to content

Commit eeb257e

Browse files
chore: prepare release 1.1.0 (#23)
1 parent 776ee6d commit eeb257e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 1.1.0
4+
- Add ActionError for expected application-level errors
5+
- Documentation improvements: unified integration docs, billing/cost tracking manual, code quality conventions, integration callouts linked to source code
6+
- Removed name-folder match rule, mark display_name as recommended
7+
38
## 1.0.2
49
- Removed raygun4py dependency
510

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "autohive_integrations_sdk"
7-
version = "1.0.2"
7+
version = "1.1.0"
88
authors = [
99
{ name="Hamish Taylor", email="hamish@autohive.com" },
1010
{ name="Reilly Oldham", email="reilly@autohive.com" },

src/autohive_integrations_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version
2-
__version__ = "1.0.2"
2+
__version__ = "1.1.0"
33

44
# Re-export classes from integration module
55
from autohive_integrations_sdk.integration import (

0 commit comments

Comments
 (0)