opad
Version:
Easily manage package version across multiple package manager systems in mono repositories
86 lines (74 loc) • 6.48 kB
Markdown
### Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [Unreleased](https://github.com/hougesen/opad/compare/v0.1.1...HEAD)
#### [v0.1.1](https://github.com/hougesen/opad/compare/v0.1.0...v0.1.1)
> 9 September 2025
- chore: release v0.1.1 [`#82`](https://github.com/hougesen/opad/pull/82)
- build(deps): bump actions/checkout from 4 to 5 [`#70`](https://github.com/hougesen/opad/pull/70)
- build(cargo-dist): bump version to v0.30.0 [`#81`](https://github.com/hougesen/opad/pull/81)
- build(deps): bump tempfile from 3.21.0 to 3.22.0 [`#80`](https://github.com/hougesen/opad/pull/80)
- build(deps): bump clap from 4.5.46 to 4.5.47 [`#79`](https://github.com/hougesen/opad/pull/79)
- build(deps): bump clap from 4.5.45 to 4.5.46 [`#77`](https://github.com/hougesen/opad/pull/77)
- build(deps): bump serde_json from 1.0.142 to 1.0.143 [`#76`](https://github.com/hougesen/opad/pull/76)
- build(deps): bump tempfile from 3.20.0 to 3.21.0 [`#75`](https://github.com/hougesen/opad/pull/75)
- build(deps): bump clap from 4.5.44 to 4.5.45 [`#74`](https://github.com/hougesen/opad/pull/74)
- build(deps): bump clap_complete from 4.5.56 to 4.5.57 [`#73`](https://github.com/hougesen/opad/pull/73)
- build(deps): bump clap from 4.5.43 to 4.5.44 [`#72`](https://github.com/hougesen/opad/pull/72)
- build(deps): bump clap_complete from 4.5.55 to 4.5.56 [`#71`](https://github.com/hougesen/opad/pull/71)
- build(deps): bump clap from 4.5.42 to 4.5.43 [`#69`](https://github.com/hougesen/opad/pull/69)
- build(cargo-dist): bump version to v0.29.0 [`#67`](https://github.com/hougesen/opad/pull/67)
- build(deps): bump serde_json from 1.0.141 to 1.0.142 [`#66`](https://github.com/hougesen/opad/pull/66)
- build(deps): bump clap from 4.5.41 to 4.5.42 [`#65`](https://github.com/hougesen/opad/pull/65)
- build(deps): bump rand from 0.9.1 to 0.9.2 [`#64`](https://github.com/hougesen/opad/pull/64)
- build(deps): bump serde_json from 1.0.140 to 1.0.141 [`#63`](https://github.com/hougesen/opad/pull/63)
- build: upgrade cargo dist to v0.28.1 [`#62`](https://github.com/hougesen/opad/pull/62)
- build(deps): bump clap from 4.5.40 to 4.5.41 [`#59`](https://github.com/hougesen/opad/pull/59)
- build(deps): bump clap_complete_nushell from 4.5.7 to 4.5.8 [`#60`](https://github.com/hougesen/opad/pull/60)
- build(deps): bump clap_complete from 4.5.54 to 4.5.55 [`#61`](https://github.com/hougesen/opad/pull/61)
- ci: set workflow permissions for release-crates.yml [`#58`](https://github.com/hougesen/opad/pull/58)
- ci: set permissions for validate.yml [`#57`](https://github.com/hougesen/opad/pull/57)
#### [v0.1.0](https://github.com/hougesen/opad/compare/v0.0.0...v0.1.0)
> 10 June 2025
- chore: release v0.1.0 [`#56`](https://github.com/hougesen/opad/pull/56)
- build(deps): bump clap from 4.5.38 to 4.5.40 [`#55`](https://github.com/hougesen/opad/pull/55)
- build(deps): bump toml_edit from 0.22.26 to 0.22.27 [`#53`](https://github.com/hougesen/opad/pull/53)
- build(deps): bump clap_complete_nushell from 4.5.5 to 4.5.7 [`#54`](https://github.com/hougesen/opad/pull/54)
- build(deps): bump clap_complete to v4.5.53 [`#52`](https://github.com/hougesen/opad/pull/52)
- refactor(deps): upgrade to marked-yaml 0.8.0 [`#51`](https://github.com/hougesen/opad/pull/51)
- refactor(yaml): indicate if unable to replace value [`#50`](https://github.com/hougesen/opad/pull/50)
- test(cli): add test for --completions [`#49`](https://github.com/hougesen/opad/pull/49)
- refactor: split npm clients into multiple files [`#48`](https://github.com/hougesen/opad/pull/48)
- feat: add support for lerna.json [`#44`](https://github.com/hougesen/opad/pull/44)
- docs: shell completions [`#43`](https://github.com/hougesen/opad/pull/43)
- docs: installation instructions [`#42`](https://github.com/hougesen/opad/pull/42)
- docs: usage guide [`#41`](https://github.com/hougesen/opad/pull/41)
- test: package manager invalid inputs [`#40`](https://github.com/hougesen/opad/pull/40)
- refactor: remove side effects from set version fns [`#39`](https://github.com/hougesen/opad/pull/39)
#### v0.0.0
> 24 May 2025
- chore: release v0.0.0 [`#38`](https://github.com/hougesen/opad/pull/38)
- build: setup cargo-dist [`#37`](https://github.com/hougesen/opad/pull/37)
- feat: informative package manager errors [`#36`](https://github.com/hougesen/opad/pull/36)
- refactor(deps): remove anyhow [`#35`](https://github.com/hougesen/opad/pull/35)
- feat: add support for updating elm.json [`#34`](https://github.com/hougesen/opad/pull/34)
- refactor(cli): flatten to single command [`#33`](https://github.com/hougesen/opad/pull/33)
- feat: prompt version for each package [`#32`](https://github.com/hougesen/opad/pull/32)
- feat: shell completion command [`#31`](https://github.com/hougesen/opad/pull/31)
- refactor: remove yarn install command [`#30`](https://github.com/hougesen/opad/pull/30)
- feat: support crystal shards pm [`#29`](https://github.com/hougesen/opad/pull/29)
- feat: add support for dart pubspec [`#28`](https://github.com/hougesen/opad/pull/28)
- refactor: standardize serializing and deserializing [`#27`](https://github.com/hougesen/opad/pull/27)
- docs: support package managers table [`#26`](https://github.com/hougesen/opad/pull/26)
- feat: ask if retry on lock file error [`#25`](https://github.com/hougesen/opad/pull/25)
- feat: update version of gleam.toml [`#23`](https://github.com/hougesen/opad/pull/23)
- feat: update uv and rye lock files [`#14`](https://github.com/hougesen/opad/pull/14)
- test: setup code coverage [`#13`](https://github.com/hougesen/opad/pull/13)
- feat: prompt if lock files should be updated after [`#12`](https://github.com/hougesen/opad/pull/12)
- feat: support updating version of deno.json [`#11`](https://github.com/hougesen/opad/pull/11)
- test(npm): validate package.json is modified [`#9`](https://github.com/hougesen/opad/pull/9)
- feat: add support for pyproject.toml [`#5`](https://github.com/hougesen/opad/pull/5)
- feat: command for setting package versions [`#4`](https://github.com/hougesen/opad/pull/4)
- feat: naive support for package.json [`#3`](https://github.com/hougesen/opad/pull/3)
- feat: add support for cargo workspaces [`#2`](https://github.com/hougesen/opad/pull/2)
- feat: set Cargo.toml package version [`#1`](https://github.com/hougesen/opad/pull/1)
- chore: add MIT license [`2e13548`](https://github.com/hougesen/opad/commit/2e135488b26dc50e6d90d362a06c3978933189d3)