Skip to content

Commit

Permalink
Ready for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
drallgood committed Apr 19, 2024
1 parent 18ece67 commit da85abb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.4.1 - 2024-??-??
### Changed

- many more dependency updates to keep things secure

## 0.4.0 - 2024-04-19
### Removed

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ There are two separate projects:
1. jPasskit - Which contains the Pass objects and useful utilities. It is designed to be included in existing Webservices, thus not including any request handling.
2. jPasskit Server - Which contains an additional REST Webservice, that can be included in existing Applications that do not use their own Webservice already. Note: This is still no standalone implementation. Things like storing passes and handling device (un)registrations are left open for the Application to implement.

**Current stable release:** 0.3.4
**Current stable release:** 0.4.0

**Development Version:** 0.4.0-SNAPSHOT [![Build Status][image-1]][1]
**Development Version:** 0.4.1-SNAPSHOT [![Build Status][image-1]][1]
[![Codacy Badge][image-2]][2]
[![DepShield Badge][image-3]][3]

Expand Down Expand Up @@ -200,6 +200,6 @@ The process in broad strokes works as follows:
[2]: https://app.codacy.com/app/drallgood/jpasskit?utm_source=github.com&utm_medium=referral&utm_content=drallgood/jpasskit&utm_campaign=Badge_Grade_Settings
[3]: https://depshield.github.io

[image-1]: https://github.com/drallgood/jpasskit/actions/workflows/maven.yml/badge.svg
[image-2]: https://api.codacy.com/project/badge/Grade/06abe09a4e9a4d52b044230d4a811ca2
[image-3]: https://depshield.sonatype.org/badges/drallgood/jpasskit/depshield.svg
[image-1]: https://github.com/drallgood/jpasskit/actions/workflows/gradle.yml/badge.svg
[image-2]: https://app.codacy.com/project/badge/Grade/e8d0e390a9c74e1babcac19b45ba89c5
[image-3]: https://depshield.sonatype.org/badges/drallgood/jpasskit/depshield.svg
4 changes: 4 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# How to release

Run this:
```
./gradlew :release -Prelease.useAutomaticVersion=true -Prelease.releaseVersion=0.4.0 -Prelease.newVersion=0.4.1-SNAPSHOT
```

0 comments on commit da85abb

Please sign in to comment.