Skip to content

Commit 60b808f

Browse files
committed
samod-core v0.7.1
1 parent 7d87d19 commit 60b808f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## samod-core: 0.7.1 - 2026-01-13
4+
5+
### Added
6+
7+
* Added `DocumentActor::begin_modification` method for modification patterns
8+
which can't be expressed using a callback
9+
310
## 0.7.1 - 2026-01-08
411

512
### Fixed

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.

samod-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "samod-core"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2024"
55
repository = "https://github.com/alexjg/samod"
66
authors = ["Alex Good <alex@patternist.xyz>"]

0 commit comments

Comments
 (0)