Go to file
semantic-release-bot da6f44a8ed release(rc): v1.2.0-rc.1
## [1.2.0-rc.1](https://git.ext.icikowski.pl/go/generics/compare/v1.1.1-rc.9...v1.2.0-rc.1) (2024-05-21)

### Features

* **types:** add `Pairs` type ([658d8a7](658d8a7fd6))

### Continuous Integrations

* **deps:** pin `conventional-changelog-conventionalcommits` to version 7.x ([e6fc7d8](e6fc7d8d65))

### Build system and dependencies

* **deps:** update all non-major dependencies ([8bd6307](8bd63075f4))
* **deps:** update dependency conventional-changelog-conventionalcommits to v8 ([c473983](c473983287))
2024-05-21 20:58:14 +00:00
.woodpecker build(deps): update all non-major dependencies 2024-02-28 23:53:44 +00:00
.gitignore ci(init): add initial CI configuration 2023-11-04 20:36:55 +01:00
.releaserc.json ci(init): add initial CI configuration 2023-11-04 20:36:55 +01:00
.renovaterc.json ci(renovate): add Renovate bot configuration 2024-02-29 00:20:02 +01:00
CHANGELOG.md release(rc): v1.2.0-rc.1 2024-05-21 20:58:14 +00:00
go.mod build(deps): update all non-major dependencies 2024-03-02 00:02:18 +00:00
go.sum build(deps): update all non-major dependencies 2024-03-02 00:02:18 +00:00
LICENSE chore(license): add 0BSD license 2023-07-21 23:03:48 +02:00
maps_test.go feat(types): add Pairs type 2024-05-21 22:39:52 +02:00
maps.go feat(types): add Pairs type 2024-05-21 22:39:52 +02:00
package-lock.json release(rc): v1.2.0-rc.1 2024-05-21 20:58:14 +00:00
package.go feat(pkg): add initial source code 2023-07-21 23:05:40 +02:00
package.json release(rc): v1.2.0-rc.1 2024-05-21 20:58:14 +00:00
ptr_test.go feat(pkg): add initial source code 2023-07-21 23:05:40 +02:00
ptr.go feat(pkg): add initial source code 2023-07-21 23:05:40 +02:00