Skip to content

Commit d4ba577

Browse files
authored
Merge pull request #64 from jiftechnify/release/0.3.1
0.3.1
2 parents 8e5aaba + 0794845 commit d4ba577

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1] - 2025-12-25
9+
10+
### Fixed
11+
12+
- **Added `$crate` prefix to all internal macro invocations** ([#62](https://github.com/jiftechnify/valq/pull/62))
13+
14+
### Documentation
15+
16+
- **Refined crate-level documentation** ([#63](https://github.com/jiftechnify/valq/pull/63))
17+
- Refined example code to showcase every feature in `valq`
18+
819
## [0.3.0] - 2025-12-17
920

1021
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "valq"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["jiftechnify <jiftech.stlfy@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)