Skip to content

Commit 920c9a8

Browse files
chore: release v0.1.1 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53344d7 commit 920c9a8

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.1.0"
9+
version = "0.1.1"
1010
edition = "2021"
1111
license = "MIT"
1212
authors = ["Peariforme"]

crates/polysim-core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/Peariforme/polysim/compare/polysim-core-v0.1.0...polysim-core-v0.1.1) - 2026-03-03
11+
12+
### Added
13+
14+
- *(cli)* add polysim analyze command — V1 polymer chain analysis ([#5](https://github.com/Peariforme/polysim/pull/5))
15+
16+
### Fixed
17+
18+
- make benchmark workflow produce bencher-format output ([#4](https://github.com/Peariforme/polysim/pull/4))

0 commit comments

Comments
 (0)