Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot
4e24f0b13b release(rc): v0.1.2-rc.2
## [0.1.2-rc.2](https://git.ext.icikowski.pl/go/collections/compare/v0.1.2-rc.1...v0.1.2-rc.2) (2024-08-20)

### Build system and dependencies

* **deps:** update all non-major dependencies ([03c43e3](03c43e3b9c))
2024-08-20 20:49:20 +00:00
03c43e3b9c
build(deps): update all non-major dependencies
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2024-08-20 22:48:33 +02:00
6 changed files with 13 additions and 7 deletions

View File

@ -5,6 +5,6 @@ when:
steps:
test:
image: golang:1.22-alpine
image: golang:1.23-alpine
commands:
- go test -v ./...

View File

@ -1,3 +1,9 @@
## [0.1.2-rc.2](https://git.ext.icikowski.pl/go/collections/compare/v0.1.2-rc.1...v0.1.2-rc.2) (2024-08-20)
### Build system and dependencies
* **deps:** update all non-major dependencies ([03c43e3](https://git.ext.icikowski.pl/go/collections/commit/03c43e3b9c2cf4469efd646b30cbba257786bdef))
## [0.1.2-rc.1](https://git.ext.icikowski.pl/go/collections/compare/v0.1.1...v0.1.2-rc.1) (2024-08-20)
### Build system and dependencies

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.20
require (
github.com/stretchr/testify v1.9.0
golang.org/x/text v0.15.0
golang.org/x/text v0.17.0
)
require (

4
go.sum
View File

@ -4,8 +4,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc=
golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "collections",
"version": "0.1.2-rc.1",
"version": "0.1.2-rc.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "collections",
"version": "0.1.2-rc.1",
"version": "0.1.2-rc.2",
"devDependencies": {
"@saithodev/semantic-release-gitea": "^2.1.0",
"@semantic-release/changelog": "^6.0.3",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "collections",
"version": "0.1.2-rc.1",
"version": "0.1.2-rc.2",
"scripts": {
"release": "./node_modules/.bin/semantic-release"
},