Tag v1.0.1
August 20, 2026 · 2 min read
CT
Codnect Team
Project notes and engineering updates
We are happy to announce Tag v1.0.1.

Tag v1.0.1
CodnectThis release updates the project to Go 1.27 and refreshes the GitHub workflow configuration to run against the same toolchain.
There are no public API changes in this release. Existing schemas and
tag.Parse calls continue to work as before.
What changed?
- Updated the project Go version to Go 1.27.
- Updated GitHub workflows to use Go 1.27.
- Kept the parsing API unchanged.
Upgrading is easy. Tag follows Semantic Versioning, and patch releases are intended to be safe maintenance updates.
If you are already using v1.0.0, update your dependency and run your existing tests.
Read the docs at go.codnect.io/tag.