Skip to content

Commit

Permalink
release: new versions (#11)
Browse files Browse the repository at this point in the history
publish new versions

Co-authored-by: fu050409 <[email protected]>
  • Loading branch information
github-actions[bot] and fu050409 authored Nov 10, 2024
1 parent 9a8bf69 commit cd4df18
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/refactor-dice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/refactor-grammar.md

This file was deleted.

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

## \[0.1.5]

### Refactors

- [`9a8bf69`](https://github.com/noctisynth/noctisroll.git/commit/9a8bf69efb2269beed019ce00a0d63b88d46dbfd) ([#12](https://github.com/noctisynth/noctisroll.git/pull/12) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Refactor `Dice` struct to use `u32` instead of `i32` for the `sides` field and it's result.
- [`82efd32`](https://github.com/noctisynth/noctisroll.git/commit/82efd32941379f934fb49b48b2b3872c9023a228) ([#10](https://github.com/noctisynth/noctisroll.git/pull/10) by [@fu050409](https://github.com/noctisynth/noctisroll.git/../../fu050409)) Refactored the grammar to make it more scalable, universal, and easier to maintain.

## \[0.1.4]

### Bug Fixes
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.4"
version = "0.1.5"
edition = "2021"
authors = ["苏向夜 <[email protected]>"]
description = "Text-based TRPG dice rolling system"
Expand Down

0 comments on commit cd4df18

Please sign in to comment.