Skip to content

Releases: comigor/d20

Release v0.3.1+5

09 Oct 16:33
77d3b85
Compare
Choose a tag to compare
Use correct path for pub credentials (#12)

Release v0.3.1+4

09 Oct 16:21
1dc7ee3
Compare
Choose a tag to compare
Fix `pub` command on deploy (#11)

I HATE the fact PR's must be merged so the release pipeline can be properly tested.

Release v0.3.1+3

09 Oct 16:15
536b030
Compare
Choose a tag to compare
Fix deploy to pub.dev (#10)

Stop using an deprecated action, run command manually on action

Release v0.3.1+2

09 Oct 16:04
91423ce
Compare
Choose a tag to compare
Bump dependencies, update linter (#9)

Release v0.3.1+1

09 Oct 15:58
5b9c9fa
Compare
Choose a tag to compare
Update devcontainer (#8)

* Update devcontainer

* Bump version

Release v0.3.1

09 Oct 15:42
b872c28
Compare
Choose a tag to compare
Update GitHub actions to work again (#7)

* Update GitHub actions to the same as artemis

* Remove dartanalyzer-annotations-action

* Bump version, use correct dart test method, add analyze

* Update push action as well

Release v0.3.0

15 Mar 00:29
892166e
Compare
Choose a tag to compare
Make results classes fields non-nullable (#4)

* Make all RollResult/RollStatistics fields required

* Move files to src, to import it once as library

* Use pedantic

* Update examples

* Bump version

Release v0.2.0-nullsafety.0

14 Mar 18:39
cd14db4
Compare
Choose a tag to compare
migrated to null safety (#2)

* migrated for null safety

* Update CHANGELOG.md

Co-authored-by: Igor Borges <igor@borges.dev>