Go to file
semantic-release-bot b1a9c1287c release(rc): v1.1.0-rc.1
## [1.1.0-rc.1](https://git.ext.icikowski.pl/go/sets/compare/v1.0.1-rc.10...v1.1.0-rc.1) (2024-05-27)

### Features

* **set:** add `NewFromSlice` function ([c228caa](c228caa309))

### Refactoring

* **comments:** beautify comments ([f8c0f0e](f8c0f0eddb))

### Continuous Integrations

* **test:** remove `group` directive ([2f56894](2f56894b6a))
2024-05-27 23:01:22 +00:00
.woodpecker ci(test): remove group directive 2024-05-28 00:38:28 +02:00
.gitignore ci(init): add initial CI configuration 2023-11-04 20:36:50 +01:00
.releaserc.json ci(init): add initial CI configuration 2023-11-04 20:36:50 +01:00
.renovaterc.json ci(renovate): add Renovate bot configuration 2024-02-29 00:21:08 +01:00
CHANGELOG.md release(rc): v1.1.0-rc.1 2024-05-27 23:01:22 +00:00
functions_test.go feat(pkg): add initial source code 2023-07-21 23:09:38 +02:00
functions.go refactor(comments): beautify comments 2024-05-28 00:44:13 +02:00
go.mod build(deps): update all non-major dependencies 2024-03-02 00:02:55 +00:00
go.sum build(deps): update all non-major dependencies 2024-03-02 00:02:55 +00:00
LICENSE chore(license): add 0BSD license 2023-07-21 23:09:10 +02:00
package-lock.json release(rc): v1.1.0-rc.1 2024-05-27 23:01:22 +00:00
package.go feat(pkg): add initial source code 2023-07-21 23:09:38 +02:00
package.json release(rc): v1.1.0-rc.1 2024-05-27 23:01:22 +00:00
set_test.go feat(pkg): add initial source code 2023-07-21 23:09:38 +02:00
set.go feat(set): add NewFromSlice function 2024-05-28 00:50:19 +02:00