opad
Version:
Easily manage package version across multiple package manager systems in mono repositories
57 lines (48 loc) • 4.02 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.0...HEAD)
#### [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)