From d81660ebc3c8d41a21978ab7d58efb2bd7817816 Mon Sep 17 00:00:00 2001 From: Matthias Lindinger Date: Thu, 7 Apr 2022 14:10:30 +0200 Subject: [PATCH] Bump version to 2.1.0 --- CHANGELOG.md | 14 ++++++++++++++ pathfinder/pom.xml | 2 +- pom.xml | 2 +- spring-boot-pathfinder/pom.xml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a24f896 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [2.1.0](https://github.com/dbmdz/pathfinder/releases/tag/2.1.0) - 2022-04-07 + +### Added + +- Added support for home directory if prefix `file:` is given (`file:~/...`) diff --git a/pathfinder/pom.xml b/pathfinder/pom.xml index 5683f02..c2a18f2 100644 --- a/pathfinder/pom.xml +++ b/pathfinder/pom.xml @@ -5,7 +5,7 @@ pathfinder-parent com.github.dbmdz.pathfinder - 2.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/pom.xml b/pom.xml index 4d71338..b9f70ab 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.dbmdz.pathfinder pathfinder-parent pom - 2.1.0-SNAPSHOT + 2.1.0 pathfinder diff --git a/spring-boot-pathfinder/pom.xml b/spring-boot-pathfinder/pom.xml index 61ae3a4..2692410 100644 --- a/spring-boot-pathfinder/pom.xml +++ b/spring-boot-pathfinder/pom.xml @@ -5,7 +5,7 @@ pathfinder-parent com.github.dbmdz.pathfinder - 2.1.0-SNAPSHOT + 2.1.0 4.0.0