Skip to content

Commit

Permalink
Bump api version to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Feb 17, 2025
1 parent 43c3da0 commit f94c6a9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords = ["atproto", "bluesky"]

[workspace.dependencies]
# Intra-workspace dependencies
atrium-api = { version = "0.24.11", path = "atrium-api", default-features = false }
atrium-api = { version = "0.25.0", path = "atrium-api", default-features = false }
atrium-common = { version = "0.1.0", path = "atrium-common" }
atrium-identity = { version = "0.1.0", path = "atrium-oauth/identity" }
atrium-xrpc = { version = "0.12.1", path = "atrium-xrpc" }
Expand Down
12 changes: 10 additions & 2 deletions atrium-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.24.11](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.10...atrium-api-v0.24.11) - 2025-02-17
## [0.25.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.10...atrium-api-v0.25.0) - 2025-02-17

### Added

- Agent rework (#282)
- Add `Tid::now` and `Tid::from_datetime` constructors (#277)

### Changed

- Agent rework (#282)
- Add `SessionManager` trait in preparation for OAuthSession addition.
- Add `Agent` struct created from `SessionManager`.
- Move `AtpAgent` as a wrapper for Agent created from `CredentialSession`.
- `bsky-sdk` was also modified with the above changes.


## [0.24.10](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.9...atrium-api-v0.24.10) - 2025-01-21

### Other
Expand Down
2 changes: 1 addition & 1 deletion atrium-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atrium-api"
version = "0.24.11"
version = "0.25.0"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit f94c6a9

Please sign in to comment.