This repository was archived by the owner on Dec 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.12.0 (2016-05-30)
2+
3+ ### Incompatible changes
4+
5+ - Read all config from ENVVAR and support .env files (#35 )
6+
7+ ### Bug fixes
8+
9+ - Make ` _user ` email/username to be case insensitive at pq (#41 )
10+ - Fix the public read record ACL bug on non readable (#39 )
11+ - Consider deleting non-existing device as success
12+
13+ ### Other Notes
14+
15+ - Update the doc link to http://docs.skygear.io/ (#37 )
16+ - Update travis build status badge
17+
118## 0.11.0 (2016-05-09)
219
320### Features
Original file line number Diff line number Diff line change 1515package skyversion
1616
1717// This will be overwrite on build time.
18- var version = "v0.11 .0"
18+ var version = "v0.12 .0"
1919
2020// Version returns the version of Skygear
2121func Version () string {
You can’t perform that action at this time.
0 commit comments