Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 28, 2022
1 parent 74a5b3e commit d2667fd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.31 (2022.10.28)

- [#74](https://github.com/borkdude/jet/issues/74): Add yaml support ([@qdzo](https://github.com/qdzo))

## 0.2.20 (2022.06.17)

- Make suitable as clj tool
Expand Down
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
com.cognitect/transit-clj {:mvn/version "1.0.329"}
cheshire/cheshire {:mvn/version "5.11.0"}
clj-commons/clj-yaml {:mvn/version "1.0.26"}
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>borkdude</groupId>
<artifactId>jet</artifactId>
<packaging>jar</packaging>
<version>0.2.20</version>
<version>0.3.21</version>
<name>jet</name>
<description>jet</description>
<url>https://github.com/borkdude/jet</url>
Expand All @@ -18,7 +18,7 @@
<url>https://github.com/borkdude/jet</url>
<connection>scm:git:git://github.com/borkdude/jet.git</connection>
<developerConnection>scm:git:ssh://git@github.com/borkdude/jet.git</developerConnection>
<tag>ba0003356930932af8a3fa341908a636071484ca</tag>
<tag>74a5b3e5a197579388093e8842c9fab085e3d260</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -78,6 +78,11 @@
<artifactId>cheshire</artifactId>
<version>5.11.0</version>
</dependency>
<dependency>
<groupId>clj-commons</groupId>
<artifactId>clj-yaml</artifactId>
<version>1.0.26</version>
</dependency>
<dependency>
<groupId>mvxcvi</groupId>
<artifactId>puget</artifactId>
Expand Down Expand Up @@ -120,4 +125,4 @@
<!-- This file was autogenerated by Leiningen.
Please do not edit it directly; instead edit project.clj and regenerate it.
It should not be considered canonical data. For more information see
https://github.com/technomancy/leiningen -->
https://codeberg.org/leiningen/leiningen -->
2 changes: 1 addition & 1 deletion resources/JET_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.20
0.3.21

0 comments on commit d2667fd

Please sign in to comment.