From 2544fece9b319c0e2215add3a57875fc31ce18aa Mon Sep 17 00:00:00 2001 From: hxtree Date: Mon, 8 Mar 2021 22:26:44 -0600 Subject: [PATCH] v0.1.0 Release --- CHANGELOG.md | 19 ++++++++----------- README.md | 5 ++++- docs/index.rst | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aba83a..1e095bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,11 @@ All releases must adhere to [SemVer 2](https://semver.org/) naming convention an ## LivingMarkup [Unreleased] Released: TBD. Notable changes: -* Todo: User should be able to get dice -* Todo: Getting dice should match up with lucks effect -* Todo: If luck exceeds max potential a luck dice temporarily added -* Todo: Set whether luck can exceed max potential -* Added: Dice notation parser -* Added: Luck -* Added: Test coverage -* Added: Dice, Collection, and Cup -* Added: Docs -* Added: Automated testing -* Added: Dedicated development environment. \ No newline at end of file + +## LivingMarkup 0.1.0 +Released: 2021-03-08. Notable changes: +* Added: Luck, Dice notation parser, Dice, Collection, and Cup [35b224e](https://github.com/ouxsoft/LuckByDice/commit/35b224efb59c05922dc13903381959961b6fa69c)/ +* Added: Test coverage [6d66739](https://github.com/ouxsoft/LuckByDice/commit/6d66739d09d314160e6ebc039878139d3ad03fa6) +* Added: Add autogenerated docs [1e90f19](https://github.com/ouxsoft/LuckByDice/commit/1e90f190ef285041399a20c9fa7e93e295f549b2) +* Added: Automated testing [118c90d](https://github.com/ouxsoft/LuckByDice/commit/118c90dda2e3866f7aa452f3f70b439bdc8161b5) +* Added: Dedicated development environment [luckbydice-dev](https://github.com/ouxsoft/luckbydice-dev). \ No newline at end of file diff --git a/README.md b/README.md index a07b480..5046f08 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ A library for simulating luck based dice rolls from dice notations written in PHP. -This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how changes in luck that impact outcome and vice versa. + +Dice notation supported: `d2,1d4,2d6+1,3d8*2,4d10+5*10` + +This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how outcome impacts luck and vice versa.

statistics

## Installation diff --git a/docs/index.rst b/docs/index.rst index d7a72a3..2182d15 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,7 +26,7 @@ a luck. // our luck effects our next roll echo $turn->roll(); -This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how changes in luck that impact outcome and vice versa. +This graph shows 10,000 consecutive `10d10` LuckByDice rolls. Notice how outcome impacts luck and vice versa. |graph| Installation