Skip to content

Commit 1fa66a2

Browse files
committed
Prepare the next release.
1 parent 848fe90 commit 1fa66a2

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "refinement-types"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["nekitdev <[email protected]>"]
55
edition = "2024"
66
description = "Refinement types."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Or by directly specifying it in the configuration like so:
2121

2222
```toml
2323
[dependencies]
24-
refinement-types = "0.2.0"
24+
refinement-types = "0.3.0"
2525
```
2626

2727
Alternatively, you can add it directly from the source:

changelogging.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[context]
22
name = "refinement-types"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
url = "https://github.com/nekitdev/refinement-types"
55

66
[formats]

changes/~context.change.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The help message (`H`) was replaced with context (`C`) in refinements.

0 commit comments

Comments
 (0)