Sourced from regex's changelog.
1.10.2 (2023-10-16)
This is a new patch release that fixes a search regression where incorrect matches could be reported.
Bug fixes:
- [BUG #1110](rust-lang/regex#1110): Revert broadening of reverse suffix literal optimization introduced in 1.10.1.
5f1f1c8
1.10.21a54a82
deps: bump regex-automata to 0.4.361242b1
regex-automata-0.4.350fe7d1
changelog: 1.10.2eb950f6
automata/meta: revert broadening of reverse suffix optimizatione7bd19d
regex-lite-0.1.50086dec
lite: fix stack overflow test4ae1472
tests: fix compilation of doctests on 32-bit architecturescd79881
regex-lite-0.1.4466e42c
lite: fix stack overflow in NFA compilerSourced from ropey's changelog.
[1.6.1] - 2023-10-18
- Fixed test code that was incorrect on some platforms / with some configurations.
- Minor documentation improvements.
d41ee24
Prepare for release v1.6.1.c185ec5
Expose tree constants for internal testing.dfb0a78
Merge pull request #91 from
blinxen/mastere629850
[tests] Run search_char_idx_02 and search_line_break_idx_04 only in
debug mode387ea30
Merge pull request #86 from
tshepang/patch-19e257b0
Revert "missing comma"1af8c39
missing comma7393572
missing comma (for readability)f129237
Merge pull request #81 from
Johan-Mi/master3485d8c
Remove unused lifetimesSourced from thiserror's releases.
1.0.50
- Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#258, thanks
@de-vri-es)
a7d220d
Release 1.0.504088d16
Ignore module_name_repetitions pedantic clippy lintebebf77
Format ui tests with rustfmtff0a0a5
Source and From attributes only have single-ident path7cec716
Remove reliance on Spanned for Memberc9fe739
Touch up PR 2584850c6f
Merge pull request #258
from de-vri-es/as-dyn-error-spana49f7c6
Change span of as_dyn_error() to point compile error at
attribute.f4eac7e
Ignore needless_raw_string_hashes clippy lintSourced from codspeed-criterion-compat's releases.
v2.3.0
What's Changed
- fix(ci): change the version of the codspeed action to main by
@art049in CodSpeedHQ/codspeed-rust#18- feat(cargo-codspeed): add
--features vendored-opensslby@Boshenin CodSpeedHQ/codspeed-rust#14- chore(cargo-codspeed): set verbosity to normal by
@Boshenin CodSpeedHQ/codspeed-rust#15- chore: bump rust toolchain to 1.73 by
@art049in CodSpeedHQ/codspeed-rust#21- feat(criterion): allow explicit lifetime usage with compat by
@art049in CodSpeedHQ/codspeed-rust#22New Contributors
@Boshenmade their first contribution in CodSpeedHQ/codspeed-rust#14Full Changelog: https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.2.0...v2.3.0