From 8af49a3d4d9b8ceee8322c848d1bcd65e0f04ffb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:35:58 +0000 Subject: [PATCH] chore: release v0.1.4+5.8.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f460c2a..19d9935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4+5.8.0](https://github.com/Maroon502/mumps-src/compare/v0.1.3+5.8.0...v0.1.4+5.8.0) - 2026-01-01 + +### Other + +- *(deps)* bump actions/cache from 4 to 5 ([#8](https://github.com/Maroon502/mumps-src/pull/8)) +- *(deps)* bump actions/checkout from 4 to 6 ([#6](https://github.com/Maroon502/mumps-src/pull/6)) + ## [0.1.3+5.8.0](https://github.com/Maroon502/mumps-src/compare/v0.1.2+5.7.2...v0.1.3+5.8.0) - 2025-05-21 ### Other diff --git a/Cargo.toml b/Cargo.toml index 0e1798e..a2a4557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mumps-src" -version = "0.1.3+5.8.0" +version = "0.1.4+5.8.0" edition = "2021" build = "build.rs" links = "Mumps"