From 25c424c63b8c48d1acd5afcaa3d826fbf3e0c138 Mon Sep 17 00:00:00 2001 From: Chris F Ravenscroft Date: Sun, 1 Oct 2023 23:16:12 +0000 Subject: [PATCH 1/3] chore: release 2.3.1 Release-As: 2.3.1 From cbc6f0a5ad707b0ed4b54ce1282989a9071bbaf7 Mon Sep 17 00:00:00 2001 From: Chris F Ravenscroft Date: Sun, 1 Oct 2023 16:18:40 -0700 Subject: [PATCH 2/3] feat: adding fosho feature (#3) --- v2/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/main.go b/v2/main.go index d63a7c3..358d297 100644 --- a/v2/main.go +++ b/v2/main.go @@ -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") } From b9f0fda338b44af76108e8b6d475bb21c40a363c Mon Sep 17 00:00:00 2001 From: Chris F Ravenscroft Date: Sun, 1 Oct 2023 16:20:45 -0700 Subject: [PATCH 3/3] chore(dev): release 2.3.1 (#2) --- v2/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index fcbb5b8..9b24fcd 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -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)