UPDATE: Bump versions to 0.5

This commit is contained in:
Nicolás Hatcher
2025-02-28 00:42:09 +01:00
committed by Nicolás Hatcher Andrés
parent b62256963a
commit 26b20eea43
10 changed files with 18 additions and 20 deletions

View File

@@ -9,11 +9,9 @@
//!
//! ```toml
//! [dependencies]
//! ironcalc = { git = "https://github.com/ironcalc/IronCalc" }
//! ironcalc = { git = "https://github.com/ironcalc/IronCalc", tag = "v0.5.0" }
//! ```
//!
//! <small> until version 0.5.0 you should use the git dependencies as stated </small>
//!
//! A simple example with some numbers, a new sheet and a formula:
//!
//!