Skip to content

Commit 35662ae

Browse files
version: bump to v4.0.5-alpha
1 parent 3463622 commit 35662ae

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 4.0.5 : Fuzzing
2+
New test and fuzzing yay
3+
14
# Version 4.0.4 : Restructuration
25
Hey!
36
The code is now structured as follow:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/mini-calc", "crates/mini-calc-lib"]
44

55
[workspace.package]
6-
version = "4.0.4"
6+
version = "4.0.5-alpha"
77
license = "GPL-3.0-or-later"
88
description = "A Fully-Featured Configurable (mini) Rust Calculator"
99
homepage = "https://calc.charlotte-thomas.me"

crates/mini-calc-lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pub mod functions;
88
pub mod lexing;
99
pub mod parsing;
1010
pub mod utils;
11-
pub static VERSION: &str = "v4.0.4";
11+
pub static VERSION: &str = "v4.0.5-alpha";
1212
thread_local! {pub static FLOAT_MODE: RefCell<FloatMode> = const {RefCell::new(FloatMode::Exact)}}

0 commit comments

Comments
 (0)