Releases: artichoke/posix-space
v1.0.4
Release 1.0.4 of posix-space.
posix-space
is available on crates.io.
This release improves packaging by adding "no alloc" Crates.io category metadata to Cargo.toml.
What's Changed
- Bump rubocop from 1.36.0 to 1.37.1 by @dependabot in #21
- chore: Update
.github/workflows/rustdoc.yaml
in `artichoke/posix-sp… by @lopopolo in #22 - Bump rubocop from 1.37.1 to 1.39.0 by @dependabot in #23
- Set
rust-version
field inCargo.toml
to help clippy know MSRV by @lopopolo in #24 - chore: Update
.github/workflows/audit.yaml
inartichoke/posix-space
by @lopopolo in #25 - chore: Update
.github/workflows/code-coverage.yaml
in `artichoke/po… by @lopopolo in #26 - chore: Update
.github/workflows/code-coverage.yaml
in `artichoke/po… by @lopopolo in #29 - Bump mheap/github-action-required-labels from 2 to 3 by @dependabot in #27
- Bump rubocop from 1.39.0 to 1.41.1 by @dependabot in #28
- Bump rubocop from 1.41.1 to 1.44.1 by @dependabot in #30
- Bump rubocop from 1.44.1 to 1.46.0 by @dependabot in #31
- Bump rubocop from 1.46.0 to 1.48.1 by @dependabot in #32
- chore: Update
.github/workflows/rustdoc.yaml
in `artichoke/posix-sp… by @lopopolo in #33 - Remove dependency on actions-rs organization GitHub Actions by @lopopolo in #34
- Upgrade Ruby version and bundler version by @lopopolo in #35
- Use stricter version pinning for GitHub Actions by @lopopolo in #36
- Stop monitoring Twitter links, fix markdown link check job by @lopopolo in #39
- Bump rubocop from 1.48.1 to 1.50.2 by @dependabot in #38
- Bump ruby/setup-ruby from 1.147.0 to 1.148.0 by @dependabot in #37
- chore: Update
.github/workflows/code-coverage.yaml
in `artichoke/po… by @lopopolo in #40 - Add code coverage badge to README by @lopopolo in #41
- Bump rubocop from 1.50.2 to 1.51.0 by @dependabot in #42
- Bump ruby/setup-ruby from 1.148.0 to 1.150.0 by @dependabot in #43
- Bump aws-actions/configure-aws-credentials from 2.0.0 to 2.1.0 by @dependabot in #44
- Add no-std, no-alloc crates.io category metadata by @lopopolo in #45
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Release 1.0.3 of posix-space.
posix-space
is available on crates.io.
posix-space
is a small crate that determines whether a byte is classified as a space in the POSIX locale per POSIX.1-2017.
Improvements
v1.0.2
Release 1.0.2 of posix-space.
posix-space
is available on crates.io.
posix-space
is a small crate that determines whether a byte is classified as a space in the POSIX locale per POSIX.1-2017.
Improvements
This release adds a #![forbid(unsafe_code)]
annotation to the crate. #6
v1.0.1
Release 1.0.1 of posix-space.
posix-space
is available on crates.io.
posix-space
is a small crate that determines whether a byte is classified as a space in the POSIX locale per POSIX.1-2017.
Improvements
This release fixes some typos in the README and documentation from v1.0.0. #4 #5
v1.0.0
Release 1.0.0 of posix-space.
posix-space
is available on crates.io.
posix-space
is a small crate that determines whether a byte is classified as a space in the POSIX locale per POSIX.1-2017.