3.11 Release

This commit is contained in:
Naoki Takezoe
2016-01-30 09:51:30 +09:00
parent 860fc8ef4c
commit afa79d01b1
2 changed files with 9 additions and 1 deletions

View File

@@ -60,6 +60,14 @@ Support
Release Notes
--------
### 3.11 - 30 Jan 2016
- Upgrade Scalatra to 2.4
- Sidebar and Footer for Wiki
- Branch protection and receive hook extension point for plug-in
- Limit recent updated repositories list
- Issue actions look-alike GitHub
- Web API for labels
### 3.10 - 30 Dec 2015
- Move to Bootstrap3
- New URL for raw contents (`raw/master/doc/activity.md` instead of `blob/master/doc/activity.md?raw=true`)

View File

@@ -1,6 +1,6 @@
val Organization = "gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "3.11.0-SNAPSHOT"
val GitBucketVersion = "3.11.0"
val ScalatraVersion = "2.4.0"
val JettyVersion = "9.3.6.v20151106"