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 #67

Merged
merged 1 commit into from
Nov 10, 2023
Merged

chore: release #67

merged 1 commit into from
Nov 10, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 10, 2023

🤖 New release

  • atrium-cli: 0.1.0
  • atrium-xrpc: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)
  • atrium-codegen: 0.1.0
  • atrium-lex: 0.1.0
  • atrium-xrpc-client: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • atrium-xrpc-server: 0.1.0
  • firehose: 0.1.0
  • atrium: 0.1.0

⚠️ atrium-xrpc breaking changes

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.24.2/src/lints/module_missing.ron

Failed in:
  {mod atrium_xrpc::client, previously in file /tmp/.tmpEwy8iI/atrium-xrpc/src/client.rs:1
  {mod atrium_xrpc::client::reqwest, previously in file /tmp/.tmpEwy8iI/atrium-xrpc/src/client/reqwest.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.24.2/src/lints/struct_missing.ron

Failed in:
  struct atrium_xrpc::client::reqwest::ReqwestClient, previously in file /tmp/.tmpEwy8iI/atrium-xrpc/src/client/reqwest.rs:8
Changelog

atrium-cli

0.1.0 - 2023-05-07

Other

  • Add like, notifications
  • Update cli/README
  • Add blocks for cli
  • Update cli
  • Add app-password commands to cli
  • Update cli: enable post with reply
  • Add get-record, get-post-thread to cli
  • Add get-author-feed, create-record repost to cli
  • Add Default deriving
  • Update cli
  • Update codegen, use macro
  • Update codegen and api, add create-record to cli
  • Rename project

atrium-xrpc

0.6.0 - 2023-11-10

Added

  • (xrpc) Remove client implementations from XRPC (#68)

atrium-xrpc-client

0.1.1 - 2023-11-10

Other

  • Update README
  • release


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2023-11-10T09-18-40Z branch from 16cb21b to 40cfd8e Compare November 10, 2023 13:48
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2023-11-10T09-18-40Z branch from 40cfd8e to 7c2784d Compare November 10, 2023 13:55
@sugyan sugyan merged commit 0c669a5 into main Nov 10, 2023
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