Skip to content

Releases: artichoke/posix-space

v1.0.4

02 Jun 17:28
146acd5
Compare
Choose a tag to compare

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 in Cargo.toml to help clippy know MSRV by @lopopolo in #24
  • chore: Update .github/workflows/audit.yaml in artichoke/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

06 Oct 06:58
871e874
Compare
Choose a tag to compare

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

  • Ensure MSRV CI job overrides the active Rust version. #7
  • Add code coverage jobs in CI. #8, #10, #11
  • Ensure entire range of u8 is iterated in tests. #12
  • Add cargo-spellcheck config, fix typos. #20

v1.0.2

13 Aug 05:45
3ea9098
Compare
Choose a tag to compare

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

13 Aug 05:31
4c1f5d0
Compare
Choose a tag to compare

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

13 Aug 05:12
d207f03
Compare
Choose a tag to compare

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.