Skip to content

Commit

Permalink
Release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed May 31, 2020
1 parent 223837b commit 3ac90c8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

* CHANGELOG

** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.2.0][v1.2.0]] (2020-05-31)
*** Bug fixes
- Fixed off-by-one issue in ~game:shuffle_deck()~. [[https://github.com/mpereira/tty-solitaire/pull/35][(#35)]]
- Fixed memory leaks in game and test code. [[https://github.com/mpereira/tty-solitaire/pull/35][(#35)]]
- Fixed broken tests. [[https://github.com/mpereira/tty-solitaire/pull/35][(#35)]]
- Fixed card drawing issue that came up due to changes in newer versions of
Ncurses. ([[https://github.com/mpereira/tty-solitaire/pull/41][#41]])

** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.1.1][v1.1.1]] (2018-11-10)
*** Improvements
- Added LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.1.1
VERSION = 1.2.0

CC ?= gcc
CFLAGS ?= -g
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@

**** Install tty-solitaire
#+begin_src bash
wget -O tty-solitaire-v1.1.1.tar.gz https://github.com/mpereira/tty-solitaire/archive/v1.1.1.tar.gz
tar xvf tty-solitaire-v1.1.1.tar.gz
cd tty-solitaire-1.1.1
wget -O tty-solitaire-v1.2.0.tar.gz https://github.com/mpereira/tty-solitaire/archive/v1.2.0.tar.gz
tar xvf tty-solitaire-v1.2.0.tar.gz
cd tty-solitaire-1.2.0
make
sudo make install
#+end_src
Expand Down

0 comments on commit 3ac90c8

Please sign in to comment.