Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lishanl committed Aug 16, 2024
1 parent 3a7728a commit d17b711
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [0.10.3](https://github.com/SatelCreative/spylib/compare/0.10.2...0.10.3)
> 16 August 2024
* 📝 Change codeowners by @lishanl in https://github.com/SatelCreative/spylib/pull/223
* 🐛 fix store domain regex by @lishanl in https://github.com/SatelCreative/spylib/pull/222


#### [0.10.2](https://github.com/SatelCreative/spylib/compare/0.10.1...0.10.2)
> 07 February 2023
* ✨ Add connection test to token class by @lishanl in https://github.com/SatelCreative/spylib/pull/218


#### [0.10.1](https://github.com/SatelCreative/spylib/compare/0.10.0...0.10.1)
> 26 January 2023
* 🚀 Fix tox deployment errors by @rahulpatidar0191 in https://github.com/SatelCreative/spylib/pull/216
* :alien: Consider any shopify 5xx errors as intermittent errors for retry by @lishanl in https://github.com/SatelCreative/spylib/pull/214


#### [0.10.0](https://github.com/SatelCreative/spylib/compare/0.9.3...0.10.0)
> 13 December 2023
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spylib"
version = "0.10.2"
version = "0.10.3"
description = "A library to facilitate interfacing with Shopify's API"
authors = ["Anthony Hillairet <ant@satel.ca>"]
maintainers = ["Anthony Hillairet <ant@satel.ca>", "Lishan Luo <lishan@satel.ca>", "Frank Chung <frank@satel.ca>"]
Expand Down
2 changes: 1 addition & 1 deletion spylib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A library to facilitate interfacing with Shopify's API."""

__version__ = '0.10.2'
__version__ = '0.10.3'

0 comments on commit d17b711

Please sign in to comment.