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.11.0 (2016-05-09)
2+
3+ ### Features
4+ - Allow master key to override ACL restriction (#22 )
5+
6+ ### Bug Fixes
7+ - Check sequence exist before update integer columns (#6 )
8+ - Fix missing headers returned from plugins (#15 )
9+ - Fix travis build error on Go 1.6
10+
11+ ### Other Notes
12+ - Use mime package for mime processing and allow config of mime type concern (#25 )
13+ - Update slack notification token
14+ - Update quickstart example (oursky/skygear-doc #162 )
15+
116## 0.10.0 (2016-04-13)
217
318### 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.9 .0"
18+ var version = "v0.11 .0"
1919
2020// Version returns the version of Skygear
2121func Version () string {
You can’t perform that action at this time.
0 commit comments