Skip to content

Commit

Permalink
publish new versions (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: fu050409 <[email protected]>
  • Loading branch information
github-actions[bot] and fu050409 authored Oct 29, 2024
1 parent 3262824 commit ec36e27
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changes/math.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/roll-string.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/sign.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[0.1.2]

### New Features

- [`3262824`](https://github.com/noctisynth/noctisroll.git/commit/3262824e5912240819638e2f3640f6e51c19ab7f) ([#3](https://github.com/noctisynth/noctisroll.git/pull/3) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Support for some math functions in roll string.

For example, `max(1, 2)` will return `2`.
- [`3262824`](https://github.com/noctisynth/noctisroll.git/commit/3262824e5912240819638e2f3640f6e51c19ab7f) ([#3](https://github.com/noctisynth/noctisroll.git/pull/3) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Support for procedural roll string.
- [`3262824`](https://github.com/noctisynth/noctisroll.git/commit/3262824e5912240819638e2f3640f6e51c19ab7f) ([#3](https://github.com/noctisynth/noctisroll.git/pull/3) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Support for `+|-` prefix in roll string parsing.

## \[0.1.1]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noctisroll"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["苏向夜 <[email protected]>"]
description = "Text-based TRPG dice rolling system"
Expand Down

0 comments on commit ec36e27

Please sign in to comment.