Skip to content

Commit c718896

Browse files
committed
chore: Bump version to 0.3.1
1 parent a621cf8 commit c718896

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2025-07-31
11+
1012
### Added
1113
- Ergonomic Rig framework helper functions: `rig_validate()`, `rig_is_valid()`, `rig_validate_text()`, `rig_validate_json()`
1214
- `RigValidationResult` type for cleaner, simpler responses optimized for Rig tools
@@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103105
- Safe handling of all network errors
104106
- Proper timeout configuration for HTTP requests
105107

106-
[Unreleased]: https://github.com/RustSandbox/Credify/compare/v0.3.0...HEAD
108+
[Unreleased]: https://github.com/RustSandbox/Credify/compare/v0.3.1...HEAD
109+
[0.3.1]: https://github.com/RustSandbox/Credify/compare/v0.3.0...v0.3.1
107110
[0.3.0]: https://github.com/RustSandbox/Credify/compare/v0.2.1...v0.3.0
108111
[0.2.1]: https://github.com/RustSandbox/Credify/compare/v0.2.0...v0.2.1
109112
[0.2.0]: https://github.com/RustSandbox/Credify/compare/v0.1.0...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "credify"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = ["Hamze Ghalebi <hamze.ghalebi@gmail.com>"]

0 commit comments

Comments
 (0)