Skip to content

Commit 76420ae

Browse files
authored
feat: GA release (#825)
1 parent 0370f53 commit 76420ae

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## v1.0.0 (November 21, 2025)
4+
5+
Full Changelog: https://github.com/atlanhq/application-sdk/compare/v0.1.1rc63...v1.0.0
6+
7+
### Features
8+
9+
- GA release
10+
11+
312
## v0.1.1rc64 (November 14, 2025)
413

514
Full Changelog: https://github.com/atlanhq/application-sdk/compare/v0.1.1rc63...v0.1.1rc64

application_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Version information for the application_sdk package.
33
"""
44

5-
__version__ = "0.1.1rc64"
5+
__version__ = "1.0.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "atlan-application-sdk"
3-
version = "0.1.1rc64"
3+
version = "1.0.0"
44
description = "Atlan Application SDK is a Python library for developing applications on the Atlan Platform"
55
license = "Apache-2.0"
66
authors = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)