Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit d00769b

Browse files
chore(main): release 1.3.0
1 parent 7c51b90 commit d00769b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/zisuu/golang-playground/compare/v1.2.0...v1.3.0) (2025-11-22)
4+
5+
6+
### Features
7+
8+
* add 'context' module ([#6](https://github.com/zisuu/golang-playground/issues/6)) ([d637211](https://github.com/zisuu/golang-playground/commit/d637211de09efada8f11d15a8965009d99a04aa4))
9+
* add 'countdown' module ([#3](https://github.com/zisuu/golang-playground/issues/3)) ([72f6638](https://github.com/zisuu/golang-playground/commit/72f66385b5b96b22ee874211582808be116bbb0b))
10+
* add 'di' module ([#2](https://github.com/zisuu/golang-playground/issues/2)) ([79f45f2](https://github.com/zisuu/golang-playground/commit/79f45f2ca037a84724c515cf4036701cb09e58cb))
11+
* add 'numeral' module ([#7](https://github.com/zisuu/golang-playground/issues/7)) ([1bbb89c](https://github.com/zisuu/golang-playground/commit/1bbb89cb00f6e94f76d00b0813fb31a7eea87e25))
12+
* add dictionary package with search, add, update, and delete functionalities ([b9f4533](https://github.com/zisuu/golang-playground/commit/b9f4533f9ed24e0fc04e611e7bf0c82acdad34cb))
13+
* add GoReleaser configuration for building and releasing binaries ([7c415a2](https://github.com/zisuu/golang-playground/commit/7c415a24b4d2e27bdec8f77445dcfd43f001da46))
14+
* add initial GoReleaser configuration for building and releasing binaries ([de02626](https://github.com/zisuu/golang-playground/commit/de026261811d3552b87ba480273220c195e597f2))
15+
* add some more modules ([#4](https://github.com/zisuu/golang-playground/issues/4)) ([5009f2d](https://github.com/zisuu/golang-playground/commit/5009f2d8e86f3c5116682ac4391990e8c298d1df))
16+
* add some more modules ([#8](https://github.com/zisuu/golang-playground/issues/8)) ([c80db03](https://github.com/zisuu/golang-playground/commit/c80db037ae72dc08577a52d93c77d4d1f41ca92e))
17+
* add sync module ([#5](https://github.com/zisuu/golang-playground/issues/5)) ([163a56e](https://github.com/zisuu/golang-playground/commit/163a56ea44574d73c4e9b9e39830a665b10444db))
18+
* implement dictionary package with search, add, update, and dele functionalities; add tests for dictionary operations ([#25](https://github.com/zisuu/golang-playground/issues/25)) ([712da1c](https://github.com/zisuu/golang-playground/commit/712da1c18b6396fe21e75295509018f3bb9910dc))
19+
* implement dictionary package with search, add, update, and delete functionalities; add tests and update workflows ([#30](https://github.com/zisuu/golang-playground/issues/30)) ([2a0157f](https://github.com/zisuu/golang-playground/commit/2a0157f3b20beec97fea1990a998695f64a96ae4))
20+
* implement Racer functionality with tests for server speed comparison ([ed556b1](https://github.com/zisuu/golang-playground/commit/ed556b10c8498069ca1bac8c6a20a2b3a8bf80b0))
21+
22+
23+
### Bug Fixes
24+
25+
* add CHANGELOG.md to markdownlintignore ([c490f7c](https://github.com/zisuu/golang-playground/commit/c490f7c446eb5fbcb761057f87d600a2cef77b28))
26+
* add GoReleaser configuration and update GitHub Actions workflow to use app token for releases ([62ea109](https://github.com/zisuu/golang-playground/commit/62ea109b3114533aac231e84d9da9e4e4e9d7950))
27+
* correct output file naming and source file for Go binaries in release workflow ([58810b6](https://github.com/zisuu/golang-playground/commit/58810b60929e73ebe5bf7029424a35279ad93529))
28+
* **deps:** update github.com/gomarkdown/markdown digest to 2e2c118 ([#41](https://github.com/zisuu/golang-playground/issues/41)) ([e9a730f](https://github.com/zisuu/golang-playground/commit/e9a730f1a95b4295c8bd1e7f40f1fc3f6a3f902a))
29+
* **deps:** update github.com/gomarkdown/markdown digest to 5d03d19 ([#37](https://github.com/zisuu/golang-playground/issues/37)) ([7d6adf7](https://github.com/zisuu/golang-playground/commit/7d6adf7f8f502c5621391df0d43485b70d9245f3))
30+
* **deps:** update module github.com/approvals/go-approval-tests to v1.4.0 ([#9](https://github.com/zisuu/golang-playground/issues/9)) ([6a65a25](https://github.com/zisuu/golang-playground/commit/6a65a25df772b9216ad39f09c584e4a8537a839e))
31+
* **deps:** update module github.com/approvals/go-approval-tests to v1.5.0 ([#11](https://github.com/zisuu/golang-playground/issues/11)) ([014c8dc](https://github.com/zisuu/golang-playground/commit/014c8dcb8e0bceced3c088dc99ea119c4f528131))
32+
* **deps:** update module github.com/approvals/go-approval-tests to v1.5.1 ([#32](https://github.com/zisuu/golang-playground/issues/32)) ([f29b33f](https://github.com/zisuu/golang-playground/commit/f29b33fb7bdae39abbd5648318a21b2754098b2d))
33+
* **deps:** update module github.com/approvals/go-approval-tests to v1.6.0 ([#36](https://github.com/zisuu/golang-playground/issues/36)) ([a0cf0bd](https://github.com/zisuu/golang-playground/commit/a0cf0bd0b8bd95cbd4b91f1b5e9d5eb99398ffae))
34+
* **deps:** update module github.com/approvals/go-approval-tests to v1.6.2 ([#58](https://github.com/zisuu/golang-playground/issues/58)) ([df7d118](https://github.com/zisuu/golang-playground/commit/df7d118833dbc7ccd88c1c8a628957271e8899eb))
35+
* remove unnecessary command from release action configuration ([cf5f65f](https://github.com/zisuu/golang-playground/commit/cf5f65fb2d986e12a9d560a3e214bc6e34352c60))
36+
* remove version file and related versioning logic from main application ([e99c259](https://github.com/zisuu/golang-playground/commit/e99c25914023da6102f0e84d59de8559064db2c9))
37+
* restructure push-release workflow to separate versioning and release jobs ([07f8a60](https://github.com/zisuu/golang-playground/commit/07f8a60a9c20f9f56773f1411d5da2df5cbe2944))
38+
* update archive format to zip in GoReleaser configuration ([a89ce24](https://github.com/zisuu/golang-playground/commit/a89ce24ce56b0d9b56e4ea586be617ba3cc552e0))
39+
* update build command to use correct Go source file for binaries ([ebed78a](https://github.com/zisuu/golang-playground/commit/ebed78aeff62cdbb4cda1421885294a1f1be0a20))
40+
* update GoReleaser version to v2.9.0 in push-release workflow ([126646f](https://github.com/zisuu/golang-playground/commit/126646fca29e62d3209938b8abcee20ea949024f))
41+
* update module path in go.mod and streamline GitHub Actions workflow ([9b9dcd6](https://github.com/zisuu/golang-playground/commit/9b9dcd6372b359f44bbde72b84f7f2c5c513ba53))
42+
* update permissions and add Go module validation steps in push-release workflow ([76d9b86](https://github.com/zisuu/golang-playground/commit/76d9b8629f6b911ec9c00e1720c0573cbc816414))
43+
* update release workflow and add version information to main application ([1fbb66d](https://github.com/zisuu/golang-playground/commit/1fbb66dc50127c470a4717826db216e8124ac1be))
44+
* update release workflow to correctly handle new release outputs and conditions ([603b04e](https://github.com/zisuu/golang-playground/commit/603b04ed386f79e172505150d225641367dbbb69))
45+
* update versioning job condition to exclude workflow_dispatch and adjust release job condition ([0fa46ec](https://github.com/zisuu/golang-playground/commit/0fa46ecfddaac13c5a6177edbf38ddae6b4dc169))
46+
* update versioning job condition to include workflow_dispatch and specific commit messages ([8d6fc20](https://github.com/zisuu/golang-playground/commit/8d6fc20812fbb729bd9336e775bebabd81bd9c26))
47+
* update versioning job outputs and streamline release process ([f0cb7c7](https://github.com/zisuu/golang-playground/commit/f0cb7c779abaaedd415da05a81891d52a16bde0f))
48+
* update workflow to use the correct directory for Go module validation and GoReleaser ([91b0f99](https://github.com/zisuu/golang-playground/commit/91b0f9995dd0c3106a32ad40ca81f353468475d8))
49+
350
## [1.2.0](https://github.com/zisuu/golang-playground/compare/v1.1.0...v1.2.0) (2025-05-10)
451

552

0 commit comments

Comments
 (0)