Skip to content

Commit 43bab04

Browse files
committed
Add CHANGELOG placeholders + update versions in pom.xml
1 parent c0f3062 commit 43bab04

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 2.0.0-93 (2020-04-20 / 6ff9209)
210

311
## Fixed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>lambdaisland</groupId>
55
<artifactId>deep-diff2</artifactId>
6-
<version>2.0.0-84</version>
6+
<version>2.0.0-93</version>
77
<name>deep-diff2</name>
88
<description>Recursively diff Clojure data structures.</description>
99
<url>https://github.com/lambdaisland/deep-diff2</url>
@@ -22,7 +22,7 @@
2222
<url>https://github.com/lambdaisland/deep-diff2</url>
2323
<connection>scm:git:git://github.com/lambdaisland/deep-diff2.git</connection>
2424
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/deep-diff2.git</developerConnection>
25-
<tag>6aa592f97c983cae2f80a1f1c040dcadf8ea870e</tag>
25+
<tag>c0f3062cab9904e875bcb9d54304bf2d9a04d15f</tag>
2626
</scm>
2727
<dependencies>
2828
<dependency>
@@ -66,7 +66,7 @@
6666
<configuration>
6767
<archive>
6868
<manifestEntries>
69-
<Git-Revision>6aa592f97c983cae2f80a1f1c040dcadf8ea870e</Git-Revision>
69+
<Git-Revision>c0f3062cab9904e875bcb9d54304bf2d9a04d15f</Git-Revision>
7070
</manifestEntries>
7171
</archive>
7272
</configuration>

0 commit comments

Comments
 (0)