Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnoc committed Jul 6, 2023
1 parent 5d70a8f commit 4db5498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

## [Unreleased]


## [v0.1.1] Niceties (2023-07-06)

- Rewrote `blunt` formatting without percent operator
- Fixed bad newlines (extra CR) for TSV output on Windows

Expand All @@ -12,5 +15,6 @@
- First acceptable version.


[Unreleased]: https://github.com/yawnoc/big-two-scorer/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/yawnoc/big-two-scorer/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/yawnoc/big-two-scorer/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/yawnoc/big-two-scorer/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion big2.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import re
import sys

__version__ = '0.1.0'
__version__ = '0.1.1'
DEFAULT_FRY_THRESHOLD = MIN_FRY_THRESHOLD = 10
TRIPLE_FRY_THRESHOLD = 13

Expand Down

0 comments on commit 4db5498

Please sign in to comment.