Skip to content

Commit e99685a

Browse files
MeltyBotpandemicsynFlorian Hines
authored
chore: Release v0.8.0 (#891)
* chore: Bump package version * Update CHANGELOG.md Co-authored-by: pandemicsyn <[email protected]> Co-authored-by: Florian Hines <[email protected]>
1 parent 26a3a8f commit e99685a

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99

10+
## v0.8.0 (2022-08-05)
11+
12+
### 🐛 Fixes
13+
14+
- [#784](https://github.com/meltano/sdk/issues/784) Update return type for `backoff_max_tries` to reflect it accepts a callable that returns an integer
15+
- [#874](https://github.com/meltano/sdk/issues/874) Singer metrics are now properly emitted in JSON format --_Thanks, **@Jack-Burnett!**_
16+
17+
### 📚 Documentation Improvements
18+
19+
- [#869](https://github.com/meltano/sdk/issues/869) Cleanup whitespace in backoff code samples
20+
21+
1022
## v0.7.0 (2022-07-21)
1123

1224
### ✨ New

cookiecutter/tap-template/{{cookiecutter.tap_id}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "Apache 2.0"
1212
[tool.poetry.dependencies]
1313
python = "<3.11,>=3.7.1"
1414
requests = "^2.25.1"
15-
singer-sdk = "^0.7.0"
15+
singer-sdk = "^0.8.0"
1616

1717
[tool.poetry.dev-dependencies]
1818
pytest = "^6.2.5"

cookiecutter/target-template/{{cookiecutter.target_id}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "Apache 2.0"
1212
[tool.poetry.dependencies]
1313
python = "<3.11,>=3.7.1"
1414
requests = "^2.25.1"
15-
singer-sdk = "^0.7.0"
15+
singer-sdk = "^0.8.0"
1616

1717
[tool.poetry.dev-dependencies]
1818
pytest = "^6.2.5"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = "Meltano Core Team and Contributors"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "0.7.0"
28+
release = "0.8.0"
2929

3030

3131
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "singer-sdk"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "A framework for building Singer taps"
55
authors = ["Meltano Team and Contributors"]
66
maintainers = ["Meltano Team and Contributors"]
@@ -102,7 +102,7 @@ markers = [
102102

103103
[tool.commitizen]
104104
name = "cz_customize"
105-
version = "0.7.0"
105+
version = "0.8.0"
106106
tag_format = "v$major.$minor.$patch$prerelease"
107107
version_files = [
108108
"docs/conf.py",

0 commit comments

Comments
 (0)