release v12.2.0-beta4

This commit is contained in:
Gerasimos (Makis) Maropoulos 2022-07-21 13:33:51 +03:00
parent 04ef581c02
commit 3607d0f02a
No known key found for this signature in database
GPG Key ID: 3595CBE7F3B4082E
5 changed files with 6 additions and 4 deletions

View File

@ -24,7 +24,7 @@ If applicable, add screenshots to help explain your problem.
- OS: [e.g. ubuntu, windows] - OS: [e.g. ubuntu, windows]
**iris.Version** **iris.Version**
- e.g. v12.2.0-beta3 or master - e.g. v12.2.0-beta4 or master
Please make sure the bug is reproducible over the `master` branch: Please make sure the bug is reproducible over the `master` branch:

View File

@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
## Fixes and Improvements ## Fixes and Improvements
- Fix [CVE-2020-5398](https://github.com/advisories/GHSA-8wx2-9q48-vm9r).
- New `{x:weekday}` path parameter type, example code: - New `{x:weekday}` path parameter type, example code:
```go ```go

View File

@ -456,7 +456,7 @@ With your help, we can improve Open Source web development for everyone!
$ mkdir myapp $ mkdir myapp
$ cd myapp $ cd myapp
$ go mod init myapp $ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta3 $ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta4
``` ```
<details><summary>Install on existing project</summary> <details><summary>Install on existing project</summary>

View File

@ -242,7 +242,7 @@ Venkatt Guhesan" title="vguhesan" with="75" style="width:75px;max-width:75px;hei
$ mkdir myapp $ mkdir myapp
$ cd myapp $ cd myapp
$ go mod init myapp $ go mod init myapp
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta3 $ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta4
``` ```
<div dir="rtl"> <div dir="rtl">

View File

@ -39,7 +39,7 @@ import (
) )
// Version is the current version of the Iris Web Framework. // Version is the current version of the Iris Web Framework.
const Version = "12.2.0-beta3" const Version = "12.2.0-beta4"
// Byte unit helpers. // Byte unit helpers.
const ( const (