Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhuynh27 committed Dec 1, 2020
1 parent ea84faf commit ad04696
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ subprojects {
apply plugin: 'maven-publish'

group 'com.jinyframework'
version '0.3.2'
version '0.3.3'

repositories {
mavenCentral()
Expand Down
8 changes: 7 additions & 1 deletion docs/src/guide/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

![Maven Central](https://img.shields.io/maven-central/v/com.jinyframework/core?style=flat-square)

### 0.3.2 (Current)
### 0.3.3 (Current)

- Fix path parsing (respect casing)
- Support custom thread pool for worker threads
- Jiny CLI

### 0.3.2

- Implement JWT Middleware
- Split middleware packages into dedicated jars (and subProject)
Expand Down
4 changes: 2 additions & 2 deletions docs/src/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ And then you have a Gradle build template with `build.gradle` file in your proje

```groovy
dependencies {
compile group: 'com.jinyframework', name: 'core', version: '0.3.2'
compile group: 'com.jinyframework', name: 'core', version: '0.3.3'
}
```

Expand All @@ -64,6 +64,6 @@ dependencies {
<dependency>
<groupId>com.jinyframework</groupId>
<artifactId>core</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
</dependency>
```

0 comments on commit ad04696

Please sign in to comment.