Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolviecb committed May 1, 2019
1 parent b9771a6 commit 70bf7b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## 2019-05-01 - 1.0.1

### Added

- Reorder variables
- Improved documentation
- Move internal error handling into his own func
- Improve formating/readability
- Remove fmt module
- Improved error logging
- Refactor global variables
- Optimize port check
- Improve cli input validation

## 2019-04-29 - 1.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
letterIdxMask = 1<<letterIdxBits - 1 // All 1-bits, as many as letterIdxBits
letterIdxMax = 63 / letterIdxBits // # of letter indices fitting in 63 bits
)
const appVersion = "1.0.0"
const appVersion = "1.0.1"

var src = rand.NewSource(time.Now().UnixNano())
var pool = cache.New(240*time.Hour, 1*time.Hour)
Expand Down

0 comments on commit 70bf7b0

Please sign in to comment.