1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 12:07:28 +00:00
Former-commit-id: a42c54708297e6fed78d6fdc2b7cd5ee91c9574b
This commit is contained in:
kataras
2017-07-23 12:10:51 +03:00
parent 11f2f296ba
commit 726d89fd1b
10 changed files with 257 additions and 37 deletions

View File

@@ -17,7 +17,7 @@ Iris is a fast, simple and efficient micro web framework for Go. It provides a b
### 📑 Table of contents
* [Installation](#-installation)
* [Latest changes](https://github.com/kataras/iris/blob/master/HISTORY.md#sa-22-july-2017--v805--v806)
* [Latest changes](https://github.com/kataras/iris/blob/master/HISTORY.md#sa-23-july-2017--v807)
* [Learn](#-learn)
* [HTTP Listening](_examples/#http-listening)
* [Configuration](_examples/#configuration)
@@ -339,7 +339,7 @@ Thank You for your trust!
### 📌 Version
Current: **8.0.6**
Current: **8.0.7**
Each new release is pushed to the master. It stays there until the next version. When a next version is released then the previous version goes to its own branch with `gopkg.in` as its import path (and its own vendor folder), in order to keep it working "for-ever".