Skip to content

Releases: oxc-project/cargo-release-oxc

v0.0.15

07 Jun 08:16
d374a19
Compare
Choose a tag to compare

Added

  • add changelog command

Other

  • clean up some code
  • unify options

v0.0.14

06 Jun 07:48
68d973b
Compare
Choose a tag to compare

Added

  • remove change log header from the printed out version

v0.0.13

05 Jun 17:36
1087212
Compare
Choose a tag to compare

Added

  • support versioning non-workspace cargo toml

Other

  • update
  • update git cliff
  • add rust cache

v0.0.12

04 Jun 09:49
29f1e09
Compare
Choose a tag to compare

Fixed

  • fallback to current_dir

v0.0.11

04 Jun 08:42
0b317d7
Compare
Choose a tag to compare

Added

  • print tag version in publish

v0.0.10

04 Jun 07:50
39e850c
Compare
Choose a tag to compare

Added

  • check git status before running anything
  • add --release name
  • update package.json versions
  • add configuration
  • calculate next version from changelog
  • update print version
  • remove cargo check in update command
  • customize tag prefix

Other

  • add release manual trigger
  • remove semver
  • unwrap parent
  • refactor out versioning crates
  • alias r in justfile

v0.0.9

02 Jun 15:47
bf7a053
Compare
Choose a tag to compare

Added

  • remove git operations

Fixed

  • skip package publish if the package is already published

v0.0.8

22 May 09:29
be4c7e4
Compare
Choose a tag to compare

Fixed

  • use rustls

Other

  • allow branch renovate/**
  • (deps) lock file maintenance rust crates (#17)
  • release (#9)

v0.0.7

08 May 06:38
7a35d75
Compare
Choose a tag to compare

Added

  • check version and return if version is already published before publish

Other

  • format toml
  • update renovate.json
  • (deps) lock file maintenance rust crates (#14)
  • update renovate
  • (deps) update rust crate anyhow to v1.0.83 (#13)
  • (deps) update rust crate git_cmd to v0.6.5 (#12)
  • (deps) update dependency rust to v1.78.0 (#11)
  • (deps) update rust crates (#10)
  • (renovate) add rust-toolchain

v0.0.6

08 Apr 03:45
4fdf01c
Compare
Choose a tag to compare

Added

  • run cargo check when Cargo.toml is update