Skip to content

Releases: artichoke/raw-parts

v2.1.0

11 Jul 03:00
39bf78b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump rubocop from 1.50.2 to 1.51.0 by @dependabot in #89
  • chore(deps): Bump ruby/setup-ruby from 1.148.0 to 1.150.0 by @dependabot in #91
  • chore(deps): Bump aws-actions/configure-aws-credentials from 2.0.0 to 2.1.0 by @dependabot in #90
  • chore(deps): Bump rubocop from 1.51.0 to 1.54.0 by @dependabot in #96
  • chore(deps): Bump mheap/github-action-required-labels from 4.0.0 to 5.1.0 by @dependabot in #95
  • chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #94
  • chore(deps): Bump ruby/setup-ruby from 1.150.0 to 1.152.0 by @dependabot in #93
  • chore(deps): Bump aws-actions/configure-aws-credentials from 2.1.0 to 2.2.0 by @dependabot in #92
  • Update dependabot.yml by @lopopolo in #97
  • chore(deps): Bump the gha-deps group with 1 update by @dependabot in #98
  • chore(deps): Bump the gha-deps group with 1 update by @dependabot in #99
  • chore(deps): Bump the bundler-deps group with 1 update by @dependabot in #100
  • chore(deps): Bump the gha-deps group with 3 updates by @dependabot in #101
  • chore(deps): Bump the bundler-deps group with 1 update by @dependabot in #102
  • chore(deps): Bump the gha-deps group with 5 updates by @dependabot in #104
  • chore(deps): Bump the bundler-deps group with 1 update by @dependabot in #103
  • chore(deps): Bump the bundler-deps group with 2 updates by @dependabot in #106
  • chore(deps): Bump the gha-deps group with 4 updates by @dependabot in #105
  • chore(deps): Bump the gha-deps group with 1 update by @dependabot in #108
  • chore(deps): Bump the bundler-deps group with 1 update by @dependabot in #107
  • Update Ruby and Bundler version by @lopopolo in #109
  • chore(deps): Bump the bundler-deps group with 1 update by @dependabot in #111
  • chore(deps): Bump the gha-deps group with 1 update by @dependabot in #110
  • chore(deps): Bump the bundler-deps group with 1 update by @dependabot in #112
  • chore(deps): Bump the gha-deps group with 3 updates by @dependabot in #113
  • chore(deps): Bump the bundler-deps group with 1 update by @dependabot in #115
  • chore(deps): Bump the gha-deps group with 4 updates by @dependabot in #114
  • chore(deps): Bump the bundler-deps group with 1 update by @dependabot in #117
  • chore(deps): Bump the gha-deps group with 4 updates by @dependabot in #116
  • chore(deps): Bump the bundler-deps group with 2 updates by @dependabot in #119
  • chore(deps): Bump the gha-deps group with 5 updates by @dependabot in #118
  • chore(deps): Bump rexml from 3.2.6 to 3.2.8 by @dependabot in #120
  • Lock prettier version by @lopopolo in #123
  • chore(deps): Bump rubocop from 1.63.4 to 1.64.1 in the bundler-deps group by @dependabot in #121
  • chore(deps): Bump the gha-deps group across 1 directory with 2 updates by @dependabot in #128
  • Upgrade Ruby and bundler by @lopopolo in #130
  • Replace rustc-hash with fnv by @lopopolo in #131
  • Prepare v2.1.0 release by @lopopolo in #132

Full Changelog: v2.0.0...v2.1.0

v2.0.0

31 May 06:48
c1a0e8a
Compare
Choose a tag to compare

Release 2.0.0 of raw-parts.

raw-parts is available on crates.io.

Breaking Changes

  • Make RawParts::into_vec a regular method. #87

Improvements

This release includes improvements to documentation and packaging.

  • Add tests to improve code coverage to 100%. #84
  • Code quality improvements on RawParts::from_vec. #85
  • Resync safety docs on RawParts::into_vec from upstream. #86

And many improvements to the build infrastructure.

v1.1.2

08 Aug 06:02
d5a5da5
Compare
Choose a tag to compare

Release 1.1.2 of raw-parts.

raw-parts is available on crates.io.

Improvements

This release includes improvements to documentation and packaging.

  • Set package.metadata.docs.rs metadata in Cargo.toml manifest. #24
  • Use precise crate version in Cargo.toml snippet in README. #30

v1.1.1

12 Dec 05:54
deab016
Compare
Choose a tag to compare

Release 1.1.1 of raw-parts.

raw-parts is available on crates.io.

Improvements

This release includes improvements to documentation and packaging.

  • Add documentation and homepage links to Cargo.toml #21

v1.1.0

12 Dec 05:41
2accfc4
Compare
Choose a tag to compare

Release 1.1.0 of raw-parts.

raw-parts is available on crates.io.

Improvements

  • Remove bounds on T for Debug, PartialEq and Hash impls #17

This release includes improvements to documentation and packaging.

v1.0.2

19 Nov 06:28
04dff23
Compare
Choose a tag to compare

Release 1.0.2 of raw-parts.

raw-parts is available on crates.io.

Improvements

This release includes improvements to documentation and packaging.

  • Update version-sync to 0.9.3 and trim some deps from Cargo.lock #10
  • Add rust-version key to Cargo.toml manifest to declare MSRV #11

v1.0.1

14 Nov 17:52
b1e2986
Compare
Choose a tag to compare

Release 1.0.1 of raw-parts.

raw-parts is available on crates.io.

Improvements

This release includes improvements to documentation and packaging.

  • Remove bloat from cargo package #4
  • Fix typo in Cargo.toml description #5
  • Add cargo-spellcheck configuration and fixup typos #6

v1.0.0

14 Nov 16:48
35a29be
Compare
Choose a tag to compare

Release 1.0.0 of raw-parts.

raw-parts is a small crate that improves the ergonomics of Vec::from_raw_parts and Vec::into_raw_parts.