Skip to content

Commit

Permalink
Update pom.xml and add CHANGELOG.md placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Nov 12, 2021
1 parent 8fd042b commit 18eba39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Unreleased

## Added

## Fixed

## Changed

# 0.6.36 (2021-11-12 / 6c49e0a)

## Added
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>lambdaisland</groupId>
<artifactId>data-printers</artifactId>
<version>0.5.33</version>
<version>0.6.36</version>
<name>data-printers</name>
<description>Quickly define print handlers for tagged literals across print/pprint implementations.</description>
<url>https://github.com/lambdaisland/data-printers</url>
Expand All @@ -22,7 +22,7 @@
<url>https://github.com/lambdaisland/data-printers</url>
<connection>scm:git:git://github.com/lambdaisland/data-printers.git</connection>
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/data-printers.git</developerConnection>
<tag>f4dc47bc87db905c74b6edfae87001cc011ac7d6</tag>
<tag>8fd042bcff703015f9faf6650448e0109f78c677</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -81,7 +81,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>f4dc47bc87db905c74b6edfae87001cc011ac7d6</git-revision>
<git-revision>8fd042bcff703015f9faf6650448e0109f78c677</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 18eba39

Please sign in to comment.