This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
gotosocial
Watch
1
Star
0
Fork
You've already forked gotosocial
0
mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced
2024-11-29 10:28:56 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bee8458a2d
gotosocial
/
vendor
/
github.com
/
uptrace
/
bun
/
version.go
7 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
Pg to bun (#148) * start moving to bun * changing more stuff * more * and yet more * tests passing * seems stable now * more big changes * small fix * little fixes
2021-08-25 16:34:33 +03:00
package
bun
// Version is the current release version.
func
Version
(
)
string
{
[chore] Update bun / sqlite versions; update gtsmodels (#754) * upstep bun and sqlite versions * allow specific columns to be updated in the db * only update necessary columns for user * bit tidier * only update necessary fields of media_attachment * only update relevant instance fields * update tests * update only specific account columns * use bool pointers on gtsmodels includes attachment, status, account, user * update columns more selectively * test all default fields on new account insert * updating remaining bools on gtsmodels * initialize pointer fields when extracting AP emoji * copy bools properly * add copyBoolPtr convenience function + test it * initialize false bool ptrs a bit more neatly
2022-08-15 13:35:05 +03:00
return
"1.1.7"
Pg to bun (#148) * start moving to bun * changing more stuff * more * and yet more * tests passing * seems stable now * more big changes * small fix * little fixes
2021-08-25 16:34:33 +03:00
}
Reference in a new issue
Copy permalink