Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 785fd1a

Browse files
committed
Bump version to 25.0.0-dev.4
1 parent 0c76eae commit 785fd1a

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## 25.0.0-dev.4 - 2025-10-22
9+
10+
### Changed
11+
12+
- Update ASIMOV SDK dependencies
13+
814
## 25.0.0-dev.3 - 2025-09-24
915

1016
### Changed

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
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "asimov-snapshot-cli"
5-
version = "25.0.0-dev.3"
5+
version = "25.0.0-dev.4"
66
authors = ["ASIMOV Community"]
77
edition = "2024"
88
#rust-version = "1.85"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ brew install asimov-cli # or just asimov-snapshot-cli
2828
#### Installation via Cargo
2929

3030
```bash
31-
cargo install asimov-snapshot-cli --version 25.0.0-dev.3
31+
cargo install asimov-snapshot-cli --version 25.0.0-dev.4
3232
```
3333

3434
## 👉 Examples

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.0.0-dev.3
1+
25.0.0-dev.4

0 commit comments

Comments
 (0)