mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Add CHANGELOG.md and Update version
This commit is contained in:
parent
58efd059d2
commit
cc6d6fba62
27
docs/CHANGELOG.md
Normal file
27
docs/CHANGELOG.md
Normal file
@ -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
|
||||||
|
|
@ -52,7 +52,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
version string = "v0.43.0.316, Matterhorn Alps!"
|
version string = "v0.44.0.321, Mount Kailash!"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVersion get version
|
// GetVersion get version
|
||||||
|
Loading…
Reference in New Issue
Block a user