ITADN
Xuanwo/go-locale

版本发布 3

v1.1.3
? · 2025-02-02

In this release, we update the `go-version` in `go.mod` to `1.20`, allowing us to remove many outdated entries in `go.sum`. Hopefully, this change won't cause issues for users, as `1.20` was released two years ago. Please let me know if this change causes any issues for you. ## What's Changed * build(deps): Bump golang.org/x/sys from 0.25.0 to 0.28.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/89 * build(deps): Bump golang.org/x/text from 0.18.0 to 0.21.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/90 * ci: Add test for go 1.23 by @Xuanwo in https://github.com/Xuanwo/go-locale/pull/91 * chore: Bump go version to 1.20 by @Xuanwo in https://github.com/Xuanwo/go-locale/pull/92 **Full Changelog**: https://github.com/Xuanwo/go-locale/compare/v1.1.2...v1.1.3

v1.1.2
? · 2024-09-07

## What's Changed * build(deps): Bump golang.org/x/sys from 0.22.0 to 0.23.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/78 * build(deps): Bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/79 * build(deps): Bump golang.org/x/sys from 0.23.0 to 0.24.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/80 * build(deps): Bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/82 * build(deps): Bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/81 **Full Changelog**: https://github.com/Xuanwo/go-locale/compare/v1.1.1...x

v1.1.1
? · 2024-08-04

Hello, everyone. It's been quite a long time since I've been here. I'm a bit surprised to see so many users still using this package even though it hasn't had a release in over two years. I'm also pleased that this project has remained relatively quiet, except for one CVE caused by our dependencies. This indicates that the package is performing very well and aligns with the design goals I had when creating it. This release includes only dependencies that address a CVE and removes convery/assert to significantly reduce the size of our dependency tree. Hoping all of you will love this release. ## v1.1.1- 2024-08-04 ### Changed * refactor: Remove convery and assert by @Xuanwo in https://github.com/Xuanwo/go-locale/pull/75 ### Fixed * fix: GH Actions' errors and security issues. [Drop Go 1.14-1.16 support] by @KEINOS in https://github.com/Xuanwo/go-locale/pull/64 ### Docs * docs: Update README.md by @Xuanwo in https://github.com/Xuanwo/go-locale/pull/72 ### Dependencies * build(deps): Bump github.com/smartystreets/goconvey from 1.6.7 to 1.7.2 by @dependabot in https://github.com/Xuanwo/go-locale/pull/40 * build(deps): Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in https://github.com/Xuanwo/go-locale/pull/41 * build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.5 by @dependabot in https://github.com/Xuanwo/go-locale/pull/45 * build(deps): Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/52 * build(deps): Bump golang.org/x/sys from 0.7.0 to 0.22.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/69 * build(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/68 * build(deps): Bump golang.org/x/text from 0.9.0 to 0.16.0 by @dependabot in https://github.com/Xuanwo/go-locale/pull/65 * chore: upgraded golang.org/x/sys by @sumit-tembe in https://github.com/Xuanwo/go-locale/pull/53 ## New Contributors * @sumit-tembe made their first contribution in https://github.com/Xuanwo/go-locale/pull/53 * @KEINOS made their first contribution in https://github.com/Xuanwo/go-locale/pull/64 **Full Changelog**: https://github.com/Xuanwo/go-locale/compare/v1.1.0...v1.1.1