Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-02 | 2.6 kB | |
v0.14.3 - YANKED - 2024 edition, improved callback, fixes and better docs! source code.tar.gz | 2024-12-02 | 1.6 MB | |
v0.14.3 - YANKED - 2024 edition, improved callback, fixes and better docs! source code.zip | 2024-12-02 | 1.6 MB | |
Totals: 3 Items | 3.2 MB | 0 |
[!IMPORTANT] This version was yanked as it bumped the MSRV, and we should have changed the minor (not the patch) part of the version to reflect this.
This is a small release, but it contains two important fixes:
- Fix for big-endian platforms in [#431]
- Support for Rust 2024 edition in [#435]
As well as a nice new feature for callback to support returning Result<Skip>
!
Moreover, the documentation has received very nice additions.
Many thanks to all the contributors!
What's Changed
- chore(deps): bump ariadne dependency by @LecrisUT in https://github.com/maciejhirsz/logos/pull/425
- fix(book): link to common-regex from logos/attributes in book by @jonesetc in https://github.com/maciejhirsz/logos/pull/430
- fix(lib): generate same code on big-endian platforms by @0x2a-42 in https://github.com/maciejhirsz/logos/pull/431
- Support callbacks returning Result<Skip> by @romamik in https://github.com/maciejhirsz/logos/pull/432
- chore(deps): bump thollander/actions-comment-pull-request from 2 to 3 by @dependabot in https://github.com/maciejhirsz/logos/pull/429
- chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/maciejhirsz/logos/pull/437
- Bump rstest to 0.23.0, the current release by @musicinmybrain in https://github.com/maciejhirsz/logos/pull/438
- fix(lib): use precise capturing on 1.82+ by @indietyp in https://github.com/maciejhirsz/logos/pull/435
- chore(book): add simple calculator example by @your-diary in https://github.com/maciejhirsz/logos/pull/439
- Minor readme improvments by @tkr-sh in https://github.com/maciejhirsz/logos/pull/442
- chore(release): bump to 0.14.3 by @jeertmans in https://github.com/maciejhirsz/logos/pull/443
New Contributors
- @LecrisUT made their first contribution in https://github.com/maciejhirsz/logos/pull/425
- @jonesetc made their first contribution in https://github.com/maciejhirsz/logos/pull/430
- @0x2a-42 made their first contribution in https://github.com/maciejhirsz/logos/pull/431
- @romamik made their first contribution in https://github.com/maciejhirsz/logos/pull/432
- @musicinmybrain made their first contribution in https://github.com/maciejhirsz/logos/pull/438
- @indietyp made their first contribution in https://github.com/maciejhirsz/logos/pull/435
- @your-diary made their first contribution in https://github.com/maciejhirsz/logos/pull/439
- @tkr-sh made their first contribution in https://github.com/maciejhirsz/logos/pull/442
Full Changelog: https://github.com/maciejhirsz/logos/compare/v0.14.2...v0.14.3