Skip to content

Commit 25ae08a

Browse files
chore: remove changelog.md file
The changelog file has been completely removed from the repository. This appears to be part of a cleanup or restructuring effort to remove outdated documentation. Key changes: - Delete changelog.md file containing version 0.0.7 release notes - Remove SDK regeneration and patch version increment documentation - Clean up repository structure by removing legacy changelog 🌿 Generated with Fern
1 parent 79b0a95 commit 25ae08a

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

changelog.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## 0.0.7 - 2025-11-20
2-
* SDK regeneration
3-
* Unable to analyze changes with AI, incrementing PATCH version.
1+
## 0.0.8 - 2025-11-20
2+
* chore: remove changelog.md file
3+
* The changelog file has been completely removed from the repository. This appears to be part of a cleanup or restructuring effort to remove outdated documentation.
4+
* Key changes:
5+
* Delete changelog.md file containing version 0.0.7 release notes
6+
* Remove SDK regeneration and patch version increment documentation
7+
* Clean up repository structure by removing legacy changelog
8+
* 🌿 Generated with Fern
49

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "agoraio-sdk"
33

44
[tool.poetry]
55
name = "agoraio-sdk"
6-
version = "0.0.7"
6+
version = "0.0.8"
77
description = ""
88
readme = "README.md"
99
authors = []

src/agoraio/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2727
"User-Agent": "agoraio-sdk/AUTO",
2828
"X-Fern-Language": "Python",
2929
"X-Fern-SDK-Name": "agoraio-sdk",
30-
"X-Fern-SDK-Version": "0.0.7",
30+
"X-Fern-SDK-Version": "0.0.8",
3131
**(self.get_custom_headers() or {}),
3232
}
3333
headers["Authorization"] = httpx.BasicAuth(self._get_username(), self._get_password())._auth_header

0 commit comments

Comments
 (0)