Skip to content

Releases: mbrobbel/narrow

narrow-v0.11.5

09 Dec 15:04
7eedf2a
Compare
Choose a tag to compare

Other

  • update Cargo.lock dependencies
  • (deps) bump syn from 2.0.89 to 2.0.90 (#291)

narrow-v0.11.4

02 Dec 15:23
36dc042
Compare
Choose a tag to compare

Other

  • (deps) bump bytes from 1.8.0 to 1.9.0 (#288)
  • move more bounds to the associated type position (#289)
  • fix some 1.83 clippy lints (#287)
  • (deps) bump proc-macro2 from 1.0.91 to 1.0.92 (#283)
  • (deps) bump syn from 2.0.87 to 2.0.89 (#284)
  • (deps) bump MarcoIeni/release-plz-action from 0.5.84 to 0.5.85 (#285)

narrow-v0.11.3

21 Nov 16:37
6727f51
Compare
Choose a tag to compare

Other

  • (deps) bump the arrow group with 5 updates (#281)
  • (deps) bump proc-macro2 from 1.0.89 to 1.0.91 (#282)
  • (deps) bump codecov/codecov-action from 4 to 5 (#280)
  • (deps) bump MarcoIeni/release-plz-action from 0.5.83 to 0.5.84 (#279)
  • (release) update release-plz config (#276)

narrow-v0.11.2

11 Nov 21:05
8a336e0
Compare
Choose a tag to compare

Other

  • (ci) use GitHub app token in release workflow (#275)
  • use release-plz (#273)
  • (ci) merge some rust jobs (#272)

narrow-derive-v0.11.2

11 Nov 21:05
8a336e0
Compare
Choose a tag to compare

Other

  • (ci) use GitHub app token in release workflow (#275)
  • use release-plz (#273)
  • (ci) merge some rust jobs (#272)

v0.11.1

04 Nov 08:55
Compare
Choose a tag to compare

Refactor

  • Simplified type signatures related to ArrayType::Array

Commit Statistics

  • 1 commit contributed to the release.
  • 22 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #269

Commit Details

view details
  • #269
    • Simplified type signatures related to ArrayType::Array (b2ae31c)

narrow-derive v0.7.2

04 Nov 08:55
Compare
Choose a tag to compare

Chore

  • bump syn from 2.0.85 to 2.0.86
  • bump syn from 2.0.82 to 2.0.85
  • bump proc-macro2 from 1.0.88 to 1.0.89
  • bump syn from 2.0.79 to 2.0.82
  • bump proc-macro2 from 1.0.87 to 1.0.88

Commit Statistics

  • 5 commits contributed to the release.
  • 22 days passed between releases.
  • 5 commits were understood as conventional.
  • 5 unique issues were worked on: #262, #264, #266, #267, #270

Commit Details

view details

v0.11.0

10 Oct 08:04
Compare
Choose a tag to compare

Chore (BREAKING)

  • bump the arrow group with 5 updates

Commit Statistics

  • 1 commit contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #239

Commit Details

view details

narrow-derive v0.7.1

10 Oct 08:04
Compare
Choose a tag to compare

Chore

  • bump proc-macro2 from 1.0.86 to 1.0.87
  • bump once_cell from 1.20.1 to 1.20.2

Commit Statistics

  • 2 commits contributed to the release.
  • 6 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #259, #260

Commit Details

view details

v0.10.0

01 Oct 13:16
Compare
Choose a tag to compare

New Features

  • add data_type method to arrow-rs Array extension trait

New Features (BREAKING)

  • project struct array fields in arrow conversion

Commit Statistics

  • 2 commits contributed to the release.
  • 10 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #253, #254

Commit Details

view details
  • #253
    • Add data_type method to arrow-rs Array extension trait (eea8fc4)
  • #254
    • Project struct array fields in arrow conversion (22608e3)