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 v0.2.0 #148

Merged
merged 1 commit into from
Nov 30, 2024
Merged

chore: release v0.2.0 #148

merged 1 commit into from
Nov 30, 2024

Conversation

scouten
Copy link
Owner

@scouten scouten commented Oct 28, 2024

🤖 New release

  • asciidoc-parser: 0.1.1 -> 0.2.0 (⚠️ API breaking changes)

⚠️ asciidoc-parser breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.36.0/src/lints/inherent_method_missing.ron

Failed in:
  Span::slice, previously in file /tmp/.tmpTAnkz1/asciidoc-parser/src/span/slice.rs:10
  Span::slice_from, previously in file /tmp/.tmpTAnkz1/asciidoc-parser/src/span/slice.rs:15
  Span::slice_to, previously in file /tmp/.tmpTAnkz1/asciidoc-parser/src/span/slice.rs:20
  Span::position, previously in file /tmp/.tmpTAnkz1/asciidoc-parser/src/span/slice.rs:25

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_added.ron

Failed in:
  trait method asciidoc_parser::blocks::IsBlock::title in file /tmp/.tmpvv5ZOr/asciidoc-parser/src/blocks/is_block.rs:47
  trait method asciidoc_parser::blocks::IsBlock::attrlist in file /tmp/.tmpvv5ZOr/asciidoc-parser/src/blocks/is_block.rs:50
Changelog

0.2.0

30 November 2024

Added

  • Parse attribute lists for blocks (#164)
  • Add support for block titles using .(title) syntax (#158)
  • SDD: Delimited blocks (#157)
  • Add support for compound delimited blocks (#150)

Fixed

  • Add coverage for a missing case of TInline::Span
  • Resolve new Clippy warnings for Rust 1.83 (#161)
  • Do not treat triple-hyphen as a delimiter for open block (#156)
  • Span.trim_remainder gave incorrect result if after was incomplete subset of self (#147)

Updated dependencies

  • Update thiserror requirement from 1.0.63 to 2.0.1 (#152)


This PR was generated with release-plz.

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f5f45de) to head (48fe14d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #148   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines         1591      1591           
=========================================
  Hits          1591      1591           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codspeed-hq bot commented Oct 28, 2024

CodSpeed Performance Report

Merging #148 will not alter performance

Comparing release-plz-2024-10-28T04-38-38Z (48fe14d) with main (f5f45de)

Summary

✅ 4 untouched benchmarks

@scouten scouten force-pushed the release-plz-2024-10-28T04-38-38Z branch from 34783e0 to cf49d1a Compare November 10, 2024 03:38
@scouten scouten changed the title chore: release v0.1.2 chore: release v0.2.0 Nov 10, 2024
@scouten scouten force-pushed the release-plz-2024-10-28T04-38-38Z branch from cf49d1a to a1b7bf2 Compare November 10, 2024 04:23
@scouten scouten force-pushed the release-plz-2024-10-28T04-38-38Z branch 10 times, most recently from 1c4756a to 9b9d784 Compare November 30, 2024 16:05
@scouten scouten force-pushed the release-plz-2024-10-28T04-38-38Z branch from 9b9d784 to 48fe14d Compare November 30, 2024 16:41
@scouten scouten merged commit d127f22 into main Nov 30, 2024
22 checks passed
@scouten scouten deleted the release-plz-2024-10-28T04-38-38Z branch November 30, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant