File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.1.0] ( https://github.com/duruyao/goshare/compare/v1.0.0...v1.1.0 ) (2022-05-26)
2+
3+
4+ ### Features
5+
6+ * show running status with ascii logo ([ 855eaf7] ( https://github.com/duruyao/goshare/commit/855eaf7a22db1be8d189d81135e10f12df070118 ) )
7+
8+
9+
110# [ 1.0.0] ( https://github.com/duruyao/goshare/compare/v0.9.0...v1.0.0 ) (2022-05-23)
211
312
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0 .0" ,
2+ "version" : " 1.1 .0" ,
33 "devDependencies" : {
44 "cz-conventional-changelog" : " ^3.3.0"
55 },
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ func CurrentDirMust() string {
5555const (
5656 App = `GoShare`
5757 Link = `https://github.com/duruyao/goshare`
58- Version = `1.0 .0`
59- ReleaseDate = `2022-05-23 `
58+ Version = `1.1 .0`
59+ ReleaseDate = `2022-05-26 `
6060 VersionSerialTmpl = `{{.App}} {{.Version}} ({{.ReleaseDate}})`
6161 Logo = `
6262 _____ _____ _
You can’t perform that action at this time.
0 commit comments