Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.1 #16

Merged
merged 7 commits into from
Apr 5, 2019
Merged

Version 2.1 #16

merged 7 commits into from
Apr 5, 2019

Conversation

muhammadmuzzammil1998
Copy link
Owner

@muhammadmuzzammil1998 muhammadmuzzammil1998 commented Apr 5, 2019

Description

This Pull Request serves as a changelog for version 2.1. If you are making a Pull Request, make sure you read our code of conduct, follow pull request template and please make a pull request to merge to branch version-2.1.

How to try version 2.1

$ git clone https://github.com/muhammadmuzzammil1998/catsay.git # Clone repository
$ git checkout version-2.1 # Switch to version 2.1 branch
$ go get -d
$ go test # Test if its working
$ go build # Build it
$ ./catsay[.exe] # Run it. [.exe] if useing on Windows.

Fixes

Code update: Fix width for multi-byte strings (#14) by @mattn

Thanks!

mattn and others added 2 commits April 5, 2019 17:43
* Use string width not count of runes

* Fix .travis.yml

* Add test

* Update README.md
@muhammadmuzzammil1998 muhammadmuzzammil1998 added enhancement New feature or request source code Concerns source code version 2.1 Things for version 2.1 labels Apr 5, 2019
@muhammadmuzzammil1998 muhammadmuzzammil1998 self-assigned this Apr 5, 2019
@muhammadmuzzammil1998 muhammadmuzzammil1998 merged commit f8d6e98 into master Apr 5, 2019
@muhammadmuzzammil1998 muhammadmuzzammil1998 deleted the version-2.1 branch April 5, 2019 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request source code Concerns source code version 2.1 Things for version 2.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants