mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 05:13:16 -06:00
update to latest bun release
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
f1e9f21dff
commit
9c544a4f3b
7 changed files with 23 additions and 6 deletions
10
vendor/github.com/uptrace/bun/CHANGELOG.md
generated
vendored
10
vendor/github.com/uptrace/bun/CHANGELOG.md
generated
vendored
|
|
@ -1,4 +1,12 @@
|
|||
# Changelog
|
||||
## [1.0.6](https://github.com/uptrace/bun/compare/v1.0.5...v1.0.6) (2021-09-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* change unique tag to create a separate unique constraint ([8401615](https://github.com/uptrace/bun/commit/84016155a77ca77613cc054277fefadae3098757))
|
||||
* improve zero checker for ptr values ([2b3623d](https://github.com/uptrace/bun/commit/2b3623dd665d873911fd20ca707016929921e862))
|
||||
|
||||
|
||||
|
||||
## v1.0.5 - Sep 09 2021
|
||||
|
||||
|
|
|
|||
1
vendor/github.com/uptrace/bun/commitlint.config.js
generated
vendored
Normal file
1
vendor/github.com/uptrace/bun/commitlint.config.js
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
module.exports = { extends: ['@commitlint/config-conventional'] }
|
||||
8
vendor/github.com/uptrace/bun/package.json
generated
vendored
Normal file
8
vendor/github.com/uptrace/bun/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "bun",
|
||||
"version": "1.0.6",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:uptrace/bun.git",
|
||||
"author": "Vladimir Mihailenco <vladimir.webdev@gmail.com>",
|
||||
"license": "BSD-2-clause"
|
||||
}
|
||||
2
vendor/github.com/uptrace/bun/version.go
generated
vendored
2
vendor/github.com/uptrace/bun/version.go
generated
vendored
|
|
@ -2,5 +2,5 @@ package bun
|
|||
|
||||
// Version is the current release version.
|
||||
func Version() string {
|
||||
return "1.0.5"
|
||||
return "1.0.6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue