Skip to content

Commit a3dae8a

Browse files
author
github-actions
committed
chore(release): bump version to 0.1.1
1 parent 9ba01d9 commit a3dae8a

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,48 @@
11
# CHANGELOG
22

33

4+
## v0.1.1 (2025-01-09)
5+
6+
### Bug Fixes
7+
8+
- **build**: Workflow
9+
([`2a8b5a5`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/2a8b5a562f6501187c1ab3d5e2a173878db33904))
10+
11+
- **deps**: Renamed repo, package and updated deps
12+
([`29fe5f2`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/29fe5f29c41b70378e468f0768ab698c084eb961))
13+
14+
415
## v0.1.0 (2025-01-09)
516

617
### Bug Fixes
718

819
- **build**: Corrected workspace
9-
([`e251d84`](https://github.com/cloudshiftstrategies/py-sp-api/commit/e251d841876903fd16ff424c756379bc66ef5007))
20+
([`e251d84`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/e251d841876903fd16ff424c756379bc66ef5007))
1021

1122
- **package**: Renamed package to amazon-sp-api-python to avoid naming conflict
12-
([`0cbf9dc`](https://github.com/cloudshiftstrategies/py-sp-api/commit/0cbf9dc2ac7a8fcaf5823bf5f2f5913a39a32ff7))
23+
([`0cbf9dc`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/0cbf9dc2ac7a8fcaf5823bf5f2f5913a39a32ff7))
1324

1425
- **typo**: Forcing release
15-
([`ab13601`](https://github.com/cloudshiftstrategies/py-sp-api/commit/ab13601acf00ad2b68f911b49fb92c5b52bf6314))
26+
([`ab13601`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/ab13601acf00ad2b68f911b49fb92c5b52bf6314))
1627

1728
- **typo**: Forcing release
18-
([`ea44a32`](https://github.com/cloudshiftstrategies/py-sp-api/commit/ea44a32d369bba6ab32f2626f112f6adc9d7ae9e))
29+
([`ea44a32`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/ea44a32d369bba6ab32f2626f112f6adc9d7ae9e))
1930

2031
- **typo**: Forcing release
21-
([`531a332`](https://github.com/cloudshiftstrategies/py-sp-api/commit/531a332c8b04b9f871d5354f0f86779122abb826))
32+
([`531a332`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/531a332c8b04b9f871d5354f0f86779122abb826))
2233

2334
### Chores
2435

2536
- **release**: Bump version to 0.1.0
26-
([`a1dcbd8`](https://github.com/cloudshiftstrategies/py-sp-api/commit/a1dcbd858085a810704262a419e8e5a8b0bab0ea))
37+
([`b51845d`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/b51845d622509a9bb42d15def73f0046ba0e99be))
38+
39+
- **release**: Bump version to 0.1.0
40+
([`a1dcbd8`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/a1dcbd858085a810704262a419e8e5a8b0bab0ea))
2741

2842
### Features
2943

3044
- **core**: First release
31-
([`d14089c`](https://github.com/cloudshiftstrategies/py-sp-api/commit/d14089c426720242ef86751a05d14b6894a38fe0))
45+
([`d14089c`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/d14089c426720242ef86751a05d14b6894a38fe0))
3246

3347
- **core**: Publishing
34-
([`b7af45e`](https://github.com/cloudshiftstrategies/py-sp-api/commit/b7af45e0bcbe022191e52b5061cfa64f983ba51a))
48+
([`b7af45e`](https://github.com/cloudshiftstrategies/amazon-sp-api-python/commit/b7af45e0bcbe022191e52b5061cfa64f983ba51a))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "amazon-sp-api-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Amazon SP-API Python Client"
55
authors = ["Brian Peterson <brian.peterson@cloudshift.cc>"]
66
homepage = "https://github.com/cloudshiftstrategies/py-sp-api"

0 commit comments

Comments
 (0)