Skip to content

Commit

Permalink
Add CHANGELOG.md and Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed May 28, 2017
1 parent 58efd05 commit cc6d6fb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# CHANGELOG

<!--### RobotGo-->

# RobotGo v0.44.0, Mount Kailash

## Add

- Add CHANGELOG.md
- Format some code
- Add fedora dependencies

## Update

- Update test
- Update keys.md
- Update and Split example
- Update godoc and docs
- Update and Cleanup README.md
- Update CONTRIBUTING.md and issue_template.md

## Fix

- Fix typesetting and MD error
- Fix fedora dependencies #55
- Fix doc.md and README.md

2 changes: 1 addition & 1 deletion robotgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import (
)

const (
version string = "v0.43.0.316, Matterhorn Alps!"
version string = "v0.44.0.321, Mount Kailash!"
)

// GetVersion get version
Expand Down

0 comments on commit cc6d6fb

Please sign in to comment.