Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #111

Merged
merged 2 commits into from
Feb 20, 2024
Merged

chore: release #111

merged 2 commits into from
Feb 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 20, 2024

🤖 New release

  • atrium-api: 0.16.0 -> 0.17.0
  • atrium-xrpc: 0.8.0 -> 0.9.0
  • atrium-xrpc-client: 0.2.0 -> 0.3.0
  • atrium-xrpc-server: 0.1.0
Changelog

atrium-api

0.16.1 - 2024-02-20

Added

  • Update API, based on the latest lexicon schemas (#104)

Other

  • Merge pull request #110 from str4d/lexicon-integer-min-max
  • Add MIN, MAX associated constants to Lexicon integer types
  • Merge pull request #107 from str4d/lexicon-integer-conversion
  • Add direct conversions between the Lexicon integer types and primitives
  • Introduce dedicated types for DID and handle Lexicon string formats
  • Introduce types guaranteed to fit the range of each Lexicon integer
  • Move other dependencies into workspace dependencies table
  • Move intra-workspace dependencies into workspace dependencies table
  • Deduplicate package keys with workspace inheritance
  • Set MSRV for main crates to 1.70

Added

  • atrium_api::types:
    • RecordKey
    • LimitedU8, LimitedNonZeroU8, BoundedU8
    • LimitedU16, LimitedNonZeroU16, BoundedU16
    • LimitedU32, LimitedNonZeroU32, BoundedU32
    • LimitedU64, LimitedNonZeroU64, BoundedU64
    • string module, containing dedicated types for formatted Lexicon strings.

Changed

  • All Lexicon integer fields now have a type that matches their minimum and maximum
    accepted values, instead of i32.
  • All Lexicon string fields with one of the following formats now have the corresponding
    dedicated type, instead of String:
    • at-identifier (atrium_api::types::string::AtIdentifier)
    • cid (atrium_api::types::string::Cid)
    • datetime (atrium_api::types::string::Datetime)
    • did (atrium_api::types::string::Did)
    • handle (atrium_api::types::string::Handle)
    • nsid (atrium_api::types::string::Nsid)
    • language (atrium_api::types::string::Language)

atrium-xrpc

0.8.1 - 2024-02-20

Other

  • Move other dependencies into workspace dependencies table
  • Deduplicate package keys with workspace inheritance
  • Set MSRV for main crates to 1.70

atrium-xrpc-client

0.2.1 - 2024-02-20

Added

  • Update API, based on the latest lexicon schemas (#104)

Other

  • Move other dependencies into workspace dependencies table
  • Move intra-workspace dependencies into workspace dependencies table
  • Deduplicate package keys with workspace inheritance
  • Set MSRV for main crates to 1.70


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-02-20T13-31-46Z branch 2 times, most recently from babc992 to c3ad469 Compare February 20, 2024 14:31
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-02-20T13-31-46Z branch from c3ad469 to d0b1609 Compare February 20, 2024 14:35
@sugyan sugyan merged commit 4221231 into main Feb 20, 2024
4 checks passed
@sugyan sugyan deleted the release-plz-2024-02-20T13-31-46Z branch March 5, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant