Skip to content

Commit 9edee2a

Browse files
author
Vitor Hugo Salgado
committed
chore(release): 3.0.0
1 parent e2c64c1 commit 9edee2a

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/vitorsalgado/puma4j/compare/v2.0.1...v3.0.0) (2022-02-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* changed min java version to 8
11+
12+
### Refactor
13+
14+
* move to java 8 ([c9db608](https://github.com/vitorsalgado/puma4j/commit/c9db608bea748c6575c55580bede22ee6fda6a29))
15+
16+
17+
### Docs
18+
19+
* fix typos and java version ref ([a49ea9d](https://github.com/vitorsalgado/puma4j/commit/a49ea9d431d40a4c57cf03eced92a72c0194e775))
20+
21+
22+
### Build
23+
24+
* add commitlint + husky + makefile ([9f057c9](https://github.com/vitorsalgado/puma4j/commit/9f057c99ee23c8980545f1c771b272469a3e0307))
25+
* add owasp dependency check ([9ee6c75](https://github.com/vitorsalgado/puma4j/commit/9ee6c753a2c0a18a98ceda3de5638f219cd09ee5))
26+
* add package.json for release scripts + update gitignore + update standard-version config ([ce6791c](https://github.com/vitorsalgado/puma4j/commit/ce6791c001e7b6149f7ef4c7820dab16b82c337f))
27+
* add release command to makefile ([e2c64c1](https://github.com/vitorsalgado/puma4j/commit/e2c64c1dfed94eebd68d3df350298ac8166f31ab))
28+
* add script to get last changelog entry ([dc2ee3a](https://github.com/vitorsalgado/puma4j/commit/dc2ee3a669f5b460aa30ae1cd4d8f89a07244dc9))
29+
* **ci:** change ci to use java 8 ([3b055aa](https://github.com/vitorsalgado/puma4j/commit/3b055aa6e6da87a32ba2d93c636cf8a731d56049))
30+
* **ci:** java 11 ([bc84a04](https://github.com/vitorsalgado/puma4j/commit/bc84a04be8645ed8236d8309c7999aaa6c9c81ab))
31+
* **ci:** java 11 ([5eba87a](https://github.com/vitorsalgado/puma4j/commit/5eba87a88f4d935a0f4dd4f8597daa868d6c055b))
32+
* **ci:** remove win ([5f62e89](https://github.com/vitorsalgado/puma4j/commit/5f62e891ffb4e79b3466450f93a675433472af00))
33+
* **ci:** trying to run on win also ([f9612fa](https://github.com/vitorsalgado/puma4j/commit/f9612fa3ff16d7f5c19b350cf6c3d1c4d9c30c64))
34+
* **deps:** bump versions.jackson from 2.13.0 to 2.13.1 ([#29](https://github.com/vitorsalgado/puma4j/issues/29)) ([138d4d2](https://github.com/vitorsalgado/puma4j/commit/138d4d23f7e42ba1990aa615c0428b953fb380fd))
35+
* remove unused gradle util ([cb67787](https://github.com/vitorsalgado/puma4j/commit/cb67787ece1c3d41862ee226e4df490b613138c4))
36+
* upgrade gradle to 7.3.3 ([eb18e88](https://github.com/vitorsalgado/puma4j/commit/eb18e88d1e67d0268b55f8369af605e5aaf290c5))
37+
538
### [2.0.1](https://github.com/vitorsalgado/puma4j/compare/v2.0.0...v2.0.1) (2021-12-20)
639

740
## [2.0.0](https://github.com/vitorsalgado/puma4j/compare/v1.0.0...v2.0.0) (2021-12-03)

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
3.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puma4j",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Puma4j Support Scripts",
55
"scripts": {
66
"release": "standard-version --commit-all",

0 commit comments

Comments
 (0)