Skip to content

Commit 0d56aba

Browse files
committed
Prepare for release v0.2.0.0
1 parent a4b182e commit 0d56aba

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.2.0.0] - 2025-08-30
6+
57
### Added
68
- Command-line arguments for `LOCATION` and `QUERY` are now the default way to use `ryvm`.
79
- `--stdin` flag to read `LOCATION` and `QUERY` from standard input, preserving the old behavior.
@@ -16,5 +18,6 @@
1618
### Added
1719
- Initial release
1820

19-
[unreleased]: https://github.com/someodd/ryvm/compare/v0.1.0.0...HEAD
21+
[unreleased]: https://github.com/someodd/ryvm/compare/v0.2.0.0...HEAD
22+
[0.2.0.0]: https://github.com/someodd/ryvm/compare/v0.1.0.0...v0.2.0.0
2023
[0.1.0.0]: https://github.com/someodd/ryvm/releases/tag/v0.1.0.0

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ryvm
2-
version: 0.1.0.0
2+
version: 0.2.0.0
33
synopsis: Rank You Very Much. Like Google, but for your files. Formally verified. Properly tested.
44
description: |
55
Like Google, but a Unix-y tool for your local storage.

ryvm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: ryvm
8-
version: 0.1.0.0
8+
version: 0.2.0.0
99
synopsis: Rank You Very Much. Like Google, but for your files. Formally verified. Properly tested.
1010
description: Like Google, but a Unix-y tool for your local storage.
1111
category: Network

0 commit comments

Comments
 (0)