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

Merged
merged 1 commit into from
May 22, 2023
Merged

chore: release #16

merged 1 commit into from
May 22, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 22, 2023

🤖 New release

  • atrium-api: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • atrium-cli: 0.1.0
  • atrium-xrpc: 0.1.0
  • atrium-codegen: 0.1.0
  • atrium-lex: 0.1.0
  • atrium-xrpc-server: 0.1.0
  • firehose: 0.1.0
  • atrium: 0.1.0

⚠️ atrium-api breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-check/tree/v0.20.1/src/lints/constructible_struct_adds_field.ron

Failed in:
  field RepoOp.cid in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/sync/subscribe_repos.rs:57
  field Commit.blobs in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/sync/subscribe_repos.rs:10
  field Commit.blocks in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/sync/subscribe_repos.rs:13
  field Commit.commit in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/sync/subscribe_repos.rs:14
  field Commit.prev in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/sync/subscribe_repos.rs:17

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-check/tree/v0.20.1/src/lints/enum_variant_added.ron

Failed in:
  variant ActionViewDetailSubjectEnum:RepoViewNotFound in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/admin/defs.rs:226
  variant ActionViewDetailSubjectEnum:RecordViewNotFound in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/admin/defs.rs:230
  variant ViewRecordEnum:AppBskyFeedDefsGeneratorView in /tmp/.tmpLCrufW/atrium/atrium-api/src/app/bsky/embed/record.rs:64
  variant Record:AppBskyFeedGenerator in /tmp/.tmpLCrufW/atrium/atrium-api/src/records.rs:9
  variant Error:RepoNotFound in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/admin/get_repo.rs:29
  variant ReportViewDetailSubjectEnum:RepoViewNotFound in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/admin/defs.rs:254
  variant ReportViewDetailSubjectEnum:RecordViewNotFound in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/admin/defs.rs:258
  variant Error:RecordNotFound in /tmp/.tmpLCrufW/atrium/atrium-api/src/com/atproto/admin/get_record.rs:31
  variant PreferencesItem:SavedFeedsPref in /tmp/.tmpLCrufW/atrium/atrium-api/src/app/bsky/actor/defs.rs:112
Changelog

atrium-api

0.3.0 - 2023-05-22

Added

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


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz/2023-05-22T00-35-56Z branch from 03c11dc to 2a7fe11 Compare May 22, 2023 01:14
@sugyan sugyan merged commit ca8d363 into main May 22, 2023
@sugyan sugyan deleted the release-plz/2023-05-22T00-35-56Z branch November 5, 2023 07:00
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