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 15, 2021
1 parent e768192 commit 6fa6897
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.7.43 (2021-11-15 / a63dc28)

## Fixed
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.7.40</version>
<version>0.7.43</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>54733425baf2bc5b655a33e56d1e96db3aee3a9c</tag>
<tag>e7681926e97eb789fd3b1cadea124bfc30d42cad</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -88,7 +88,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>54733425baf2bc5b655a33e56d1e96db3aee3a9c</git-revision>
<git-revision>e7681926e97eb789fd3b1cadea124bfc30d42cad</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 6fa6897

Please sign in to comment.