Skip to content

Commit

Permalink
Update CHANGELOG, version, pom for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Dec 19, 2018
1 parent 289fd3c commit 89069c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.2 - 2018-12-19
### Changed
- [Git] Allow pull,merge,rollback even when untracked files exist but no uncommited change

### Fixed
- [Git][#20] Use DiffFormatter, which does not detect renames.
- [Common] Rephrase "Dirty working-tree" message and internationalized it
- [Common][#24] Make the repository settings dialog resizable and remember the last position/size (thanks @mattcasters)

## 1.0.1 - 2018-04-04
### Fixed
- [Git] Prevent from making a commit with no files
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>pentaho-kettle</groupId>
<artifactId>pdi-git-plugin</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>pdi-git-plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<version branch='master'>1.0.1</version>
<version branch='master'>1.0.2</version>

0 comments on commit 89069c5

Please sign in to comment.