Skip to content

Commit

Permalink
Release 29.1.0 with support for sealed trait analysis.
Browse files Browse the repository at this point in the history
This release includes breaking changes, which are unable to be released
as a new major version due to the requirement to match the major version
number with the rustdoc format version. We are following our usual
process of bumping the minor number instead.

The breaking changes are:
- type `IndexedCrate` is no longer `Sync`
- type `IndexedCrate` is no longer `RefUnwindSafe`
- type `RustdocAdapter` is no longer `Sync`
- type `RustdocAdapter` is no longer `UnwindSafe`
- type `RustdocAdapter` is no longer `Send`
- type `RustdocAdapter` is no longer `RefUnwindSafe`
  • Loading branch information
obi1kenobi committed Aug 18, 2024
1 parent fe08efb commit 47eb42e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
needs:
- ci-everything
- should-publish
continue-on-error: true
if: needs.should-publish.outputs.is_new_version == 'yes'
steps:
- name: Checkout
Expand Down
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
@@ -1,6 +1,6 @@
[package]
name = "trustfall-rustdoc-adapter"
version = "29.0.0"
version = "29.1.0"
edition = "2021"
authors = ["Predrag Gruevski <[email protected]>"]
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 47eb42e

Please sign in to comment.