Skip to content

Commit 4848a55

Browse files
committed
chore(main): release 2.0.0
1 parent 5f4e4b3 commit 4848a55

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/bensteUEM/ChurchToolsAPI/compare/v1.8.0...v2.0.0) (2025-05-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* attempting another fix without previous release
9+
* **events:** removed legacy test ([#148](https://github.com/bensteUEM/ChurchToolsAPI/issues/148))
10+
* **events:** implemented update_event and replaced event admin tests respectively ([#150](https://github.com/bensteUEM/ChurchToolsAPI/issues/150))
11+
* **songs:** removed legacy get_song_ajax ([#151](https://github.com/bensteUEM/ChurchToolsAPI/issues/151))
12+
* **tags:** migrated tags to new API (#49; #142)
13+
* **songs:** updated use of create edit and delete with REST api incl. arrangements (#143,#144)
14+
* **tags:** updated tags API and usage ([#142](https://github.com/bensteUEM/ChurchToolsAPI/issues/142))
15+
16+
### Features
17+
18+
* **api:** Add a function to retrieve base url ([4082696](https://github.com/bensteUEM/ChurchToolsAPI/commit/408269601b44c6fc80a7bc214352187cf3707d61))
19+
* **events:** implemented update_event and replaced event admin tests respectively ([#150](https://github.com/bensteUEM/ChurchToolsAPI/issues/150)) ([fe788d9](https://github.com/bensteUEM/ChurchToolsAPI/commit/fe788d9c10c7d44496209ef3e42e49f7f95f5dec))
20+
* **events:** removed legacy test ([#148](https://github.com/bensteUEM/ChurchToolsAPI/issues/148)) ([74d21e4](https://github.com/bensteUEM/ChurchToolsAPI/commit/74d21e45c7d0dccc51044c7194bb4f7a5b8f0311))
21+
* **misc:** introduced ratelimited api requests ([#37](https://github.com/bensteUEM/ChurchToolsAPI/issues/37)) ([4ccc96b](https://github.com/bensteUEM/ChurchToolsAPI/commit/4ccc96b7b3bfdbb5ca2f116328ad6fbe21d47e13))
22+
* **songs:** moved delete_song_arrangement from AJAX to REST ([#152](https://github.com/bensteUEM/ChurchToolsAPI/issues/152)) ([db696c9](https://github.com/bensteUEM/ChurchToolsAPI/commit/db696c998ce22cab2580cd59ad773e9388653e5c))
23+
* **songs:** removed legacy get_song_ajax ([#151](https://github.com/bensteUEM/ChurchToolsAPI/issues/151)) ([4541e16](https://github.com/bensteUEM/ChurchToolsAPI/commit/4541e16622e4c7c2083bc3fb3535521b71ef702a))
24+
* **songs:** updated use of create edit and delete with REST api incl. arrangements ([#143](https://github.com/bensteUEM/ChurchToolsAPI/issues/143),[#144](https://github.com/bensteUEM/ChurchToolsAPI/issues/144)) ([fad91ee](https://github.com/bensteUEM/ChurchToolsAPI/commit/fad91ee73f4ecff3536e854e460259e790580b5b))
25+
* **tags:** migrated tags to new API ([#49](https://github.com/bensteUEM/ChurchToolsAPI/issues/49); [#142](https://github.com/bensteUEM/ChurchToolsAPI/issues/142)) ([e431a08](https://github.com/bensteUEM/ChurchToolsAPI/commit/e431a087ff136b1ef6e8bff6dae75b80d33bc275))
26+
* **tags:** updated tags API and usage ([#142](https://github.com/bensteUEM/ChurchToolsAPI/issues/142)) ([af2b606](https://github.com/bensteUEM/ChurchToolsAPI/commit/af2b606bd0dbd01f4e1b191e13753c997165b9ad))
27+
28+
29+
### Bug Fixes
30+
31+
* attempting another fix without previous release ([5f4e4b3](https://github.com/bensteUEM/ChurchToolsAPI/commit/5f4e4b35815fdf6b02d26bde0f7752607fea4031))
32+
* **calendar:** implemented workaround for API changes ([#141](https://github.com/bensteUEM/ChurchToolsAPI/issues/141)) ([701e443](https://github.com/bensteUEM/ChurchToolsAPI/commit/701e443356f84c66da5a21743cf89f4ee0b598e2))
33+
* **calendar:** removed workaround because bug is feature (trunkcate seconds) [#141](https://github.com/bensteUEM/ChurchToolsAPI/issues/141) ([9b42ea0](https://github.com/bensteUEM/ChurchToolsAPI/commit/9b42ea0319b1deec65f7388340038724298ec705))
34+
* **groups:** updated to more recent API behaviour ([#140](https://github.com/bensteUEM/ChurchToolsAPI/issues/140)) ([8ac3f9e](https://github.com/bensteUEM/ChurchToolsAPI/commit/8ac3f9e74b6e188d5251dc9ec43ebce11daccbc5))
35+
* **posts:** updated tests and changed pagination ([#145](https://github.com/bensteUEM/ChurchToolsAPI/issues/145)) ([e7788cd](https://github.com/bensteUEM/ChurchToolsAPI/commit/e7788cdbbee33be7f48d6d40b33b16699c20648d))
36+
* **resources:** updated resource keys in test ([#146](https://github.com/bensteUEM/ChurchToolsAPI/issues/146)) ([a1c5c5d](https://github.com/bensteUEM/ChurchToolsAPI/commit/a1c5c5de3494d88c3700d0a9ede0165de95b2d81))
37+
338
## [1.8.0](https://github.com/bensteUEM/ChurchToolsAPI/compare/1.7.3...v1.8.0) (2025-05-17)
439

540

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 = "churchtools-api"
3-
version = "1.8.0"
3+
version = "2.0.0"
44
description = "A python wrapper for use with ChurchToolsAPI"
55
authors = ["bensteUEM", "kolibri52", "fschrempf"]
66
homepage = "https://github.com/bensteUEM/ChurchToolsAPI"

0 commit comments

Comments
 (0)