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(version): release v0.14.2 #422

Merged
merged 3 commits into from
Sep 18, 2024
Merged

chore(version): release v0.14.2 #422

merged 3 commits into from
Sep 18, 2024

Conversation

jeertmans
Copy link
Collaborator

chore(docs): add release steps

chore(docs): add release steps
@jeertmans jeertmans added the release Releasing a new version label Sep 18, 2024
@jeertmans jeertmans merged commit 196c8c0 into master Sep 18, 2024
26 of 27 checks passed
@jeertmans jeertmans deleted the release-0.14.2 branch September 18, 2024 09:30
Copy link

github-actions bot commented Sep 18, 2024

Benchmark results with default features:

group                                         default_before                         default_changes
-----                                         --------------                         ---------------
count_ok/identifiers                          1.00   786.9±13.41ns   944.0 MB/sec    1.06   836.1±13.69ns   888.6 MB/sec
count_ok/keywords_operators_and_punctators    1.01      2.7±0.02µs   757.4 MB/sec    1.00      2.7±0.03µs   763.9 MB/sec
count_ok/strings                              1.06    730.3±8.83ns  1137.5 MB/sec    1.00   689.1±11.78ns  1205.4 MB/sec
iterate/identifiers                           1.00   787.5±14.93ns   943.4 MB/sec    1.04   816.6±38.54ns   909.8 MB/sec
iterate/keywords_operators_and_punctators     1.07      2.9±0.04µs   694.7 MB/sec    1.00      2.7±0.05µs   740.8 MB/sec
iterate/strings                               1.04   730.0±13.47ns  1137.9 MB/sec    1.00   704.2±33.50ns  1179.6 MB/sec

Benchmark results with feature "forbid_unsafe":

group                                         forbid_unsafe_before                   forbid_unsafe_changes
-----                                         --------------------                   ---------------------
count_ok/identifiers                          1.00    777.2±5.35ns   955.9 MB/sec    1.15    896.3±6.94ns   828.9 MB/sec
count_ok/keywords_operators_and_punctators    1.00      2.4±0.05µs   831.8 MB/sec    1.11      2.7±0.02µs   751.9 MB/sec
count_ok/strings                              1.00   503.8±16.17ns  1648.8 MB/sec    1.49   749.1±13.42ns  1108.9 MB/sec
iterate/identifiers                           1.00    774.8±4.86ns   958.9 MB/sec    1.16    898.7±9.96ns   826.7 MB/sec
iterate/keywords_operators_and_punctators     1.00      2.6±0.05µs   796.3 MB/sec    1.10      2.8±0.06µs   723.0 MB/sec
iterate/strings                               1.00   556.5±21.95ns  1492.5 MB/sec    1.23   686.0±17.38ns  1210.9 MB/sec

akrantz01 referenced this pull request in akrantz01/antsi Sep 19, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [logos](https://logos.maciej.codes/)
([source](https://redirect.github.com/maciejhirsz/logos)) | dependencies
| patch | `0.14.1` -> `0.14.2` |

---

### Release Notes

<details>
<summary>maciejhirsz/logos (logos)</summary>

###
[`v0.14.2`](https://redirect.github.com/maciejhirsz/logos/releases/tag/v0.14.2):
- Optional `forbid_unsafe` feature, fuzzing, book, and more!

[Compare
Source](https://redirect.github.com/maciejhirsz/logos/compare/v0.14.1...v0.14.2)

#### What's Changed

- chore(book): added link to Rust's reference by
[@&#8203;CommanderStorm](https://redirect.github.com/CommanderStorm) in
[https://github.com/maciejhirsz/logos/pull/411](https://redirect.github.com/maciejhirsz/logos/pull/411)
- feat: impl Source for T: Deref in no_std by
[@&#8203;yjhmelody](https://redirect.github.com/yjhmelody) in
[https://github.com/maciejhirsz/logos/pull/406](https://redirect.github.com/maciejhirsz/logos/pull/406)
- fix(codegen/regex): allow vec growth on parse by
[@&#8203;LeoDog896](https://redirect.github.com/LeoDog896) in
[https://github.com/maciejhirsz/logos/pull/405](https://redirect.github.com/maciejhirsz/logos/pull/405)
- test: basic fuzzing by
[@&#8203;LeoDog896](https://redirect.github.com/LeoDog896) in
[https://github.com/maciejhirsz/logos/pull/407](https://redirect.github.com/maciejhirsz/logos/pull/407)
- feat(lib): add `forbid_unsafe` feature to disable unsafe code by
[@&#8203;davidkern](https://redirect.github.com/davidkern) in
[https://github.com/maciejhirsz/logos/pull/413](https://redirect.github.com/maciejhirsz/logos/pull/413)
- chore(version): release v0.14.2 by
[@&#8203;jeertmans](https://redirect.github.com/jeertmans) in
[https://github.com/maciejhirsz/logos/pull/422](https://redirect.github.com/maciejhirsz/logos/pull/422)

#### New Contributors

- [@&#8203;CommanderStorm](https://redirect.github.com/CommanderStorm)
made their first contribution in
[https://github.com/maciejhirsz/logos/pull/411](https://redirect.github.com/maciejhirsz/logos/pull/411)
- [@&#8203;yjhmelody](https://redirect.github.com/yjhmelody) made their
first contribution in
[https://github.com/maciejhirsz/logos/pull/406](https://redirect.github.com/maciejhirsz/logos/pull/406)
- [@&#8203;davidkern](https://redirect.github.com/davidkern) made their
first contribution in
[https://github.com/maciejhirsz/logos/pull/413](https://redirect.github.com/maciejhirsz/logos/pull/413)

**Full Changelog**:
maciejhirsz/logos@v0.14.1...v0.14.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/akrantz01/antsi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Releasing a new version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant