Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:glauth/glauth-playground into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusion committed Oct 1, 2023
2 parents da5493a + b9f0fda commit c3c2dac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.1](https://github.com/glauth/glauth-playground/compare/v2.3.0...v2.3.1) (2023-10-01)


### Features

* adding fosho feature ([#3](https://github.com/glauth/glauth-playground/issues/3)) ([cbc6f0a](https://github.com/glauth/glauth-playground/commit/cbc6f0a5ad707b0ed4b54ce1282989a9071bbaf7))


### Miscellaneous Chores

* release 2.3.1 ([25c424c](https://github.com/glauth/glauth-playground/commit/25c424c63b8c48d1acd5afcaa3d826fbf3e0c138))

## 2.3.0 (2023-10-01)


Expand Down
2 changes: 1 addition & 1 deletion v2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import (
)

func main() {
// This will print the word "main" v2
// This will print the word "main" v2-fosho
fmt.Println("main")
}

0 comments on commit c3c2dac

Please sign in to comment.