Skip to content

Commit f3353b8

Browse files
chore(master): release 1.0.0
1 parent 52c1ee6 commit f3353b8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-10-26)
4+
5+
6+
### Features
7+
8+
* add Gemfile.lock writer implementation ([#5](https://github.com/contriboss/gemfile-go/issues/5)) ([c5c31e2](https://github.com/contriboss/gemfile-go/commit/c5c31e21918d10a79e392adca8f773fbdc59858f))
9+
* add real-world benchmark with actual Gemfile ([a01f795](https://github.com/contriboss/gemfile-go/commit/a01f7950b92faf4696799f19e99d64c836340a2d))
10+
11+
12+
### Bug Fixes
13+
14+
* add testdata for examples and tests ([1fa99b4](https://github.com/contriboss/gemfile-go/commit/1fa99b404f701b0c8d622aa62f343949d5995866))
15+
* correct test paths and add missing fixtures ([0ffa08b](https://github.com/contriboss/gemfile-go/commit/0ffa08b19d7f9681206e302eb38e0d051e7499ef))
16+
* remove matrix from CI workflow ([0541f15](https://github.com/contriboss/gemfile-go/commit/0541f15d994b48475fd6b17292e6f087d12b3f0f))
17+
* resolve all golangci-lint issues ([#2](https://github.com/contriboss/gemfile-go/issues/2)) ([9d654b1](https://github.com/contriboss/gemfile-go/commit/9d654b183aa4a51ed6e7d214f13de875d7e2e7a2))
18+
* update CI to use golangci-lint v2 ([#3](https://github.com/contriboss/gemfile-go/issues/3)) ([a946468](https://github.com/contriboss/gemfile-go/commit/a9464686ed7d1a02a73b3606c02a347cb767a657))
19+
* update go version to 1.25 and use go-version-file in CI ([e4271dc](https://github.com/contriboss/gemfile-go/commit/e4271dca8c8b6c00d5dcb5af668f5068a079e86b))
20+
* update golangci-lint to v2 in pre-commit config ([6298a7d](https://github.com/contriboss/gemfile-go/commit/6298a7d53e3662a0d28973429a6743318a81e09f))
21+
* update tests with real-world data ([ea9aa41](https://github.com/contriboss/gemfile-go/commit/ea9aa419d0b2e996630ea6d713678f21cf0b9882))

0 commit comments

Comments
 (0)