Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#73)
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 Nov 7, 2024
1 parent 6984063 commit 0e44a23
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"1.0.1"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.1](https://github.com/spotify/confidence-sdk-python/compare/v1.0.0...v1.0.1) (2024-11-07)


### 🧹 Chore

* declare httpx in pyproject.toml ([#69](https://github.com/spotify/confidence-sdk-python/issues/69)) ([ed51321](https://github.com/spotify/confidence-sdk-python/commit/ed513214cdeef61cc8b01d5cd80860d44e206a56))


### 📚 Documentation

* minor readme formatting fix ([#68](https://github.com/spotify/confidence-sdk-python/issues/68)) ([7362a6f](https://github.com/spotify/confidence-sdk-python/commit/7362a6f92559082f4a00c92693468b3881af84f6))

## [1.0.0](https://github.com/spotify/confidence-sdk-python/compare/v0.2.6...v1.0.0) (2024-11-05)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Python library for [Confidence](https://confidence.spotify.com/).
### pip install
<!---x-release-please-start-version-->
```python
pip install spotify-confidence-sdk==1.0.0
pip install spotify-confidence-sdk==1.0.1
```

#### requirements.txt
```python
spotify-confidence-sdk==1.0.0
spotify-confidence-sdk==1.0.1

pip install -r requirements.txt
```
Expand Down

0 comments on commit 0e44a23

Please sign in to comment.