Skip to content

Commit f581ffb

Browse files
committed
chore: bump version to 1.0.0rc1
1 parent 095a386 commit f581ffb

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.0rc1 (December 03, 2025)
4+
5+
Full Changelog: https://github.com/atlanhq/application-sdk/compare/v1.0.0...v1.0.0rc1
6+
7+
### Features
8+
9+
- Expose accumulated metrics (#813) (by @saig214 in [095a386](https://github.com/atlanhq/application-sdk/commit/095a386))
10+
11+
312
## v1.0.0 (November 21, 2025)
413

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

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__ = "1.0.0"
5+
__version__ = "1.0.0rc1"

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 = "1.0.0"
3+
version = "1.0.0rc1"
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)