File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Unreleased
2+
3+ ## v0.0.3
4+
5+ ### Added
6+
7+ In ` mate.io ` :
8+ - ` implies `
9+
10+ ### Fixed
11+
12+ - Function ` inline-resource* ` should be within ` #?(:clj ...) ` .
13+
14+ ## v0.0.2
15+
16+ ### Added
17+
18+ In ` mate.io ` :
19+ - ` inline-resource `
20+
21+ ## v0.0.1
22+
23+ ### Added
24+
25+ In ` mate.core ` :
26+ - ` seq-indexed `
27+ - ` comp-> `
28+ - ` group-by `
29+ - ` index-by `
Original file line number Diff line number Diff line change 1010 org.clojure/data.json {:mvn/version " 2.4.0" }}}
1111
1212 ; clojure -M:outdated --upgrade
13- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.6.774 " }}
13+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.7.798 " }}
1414 :main-opts [" -m" " antq.core" ]}
1515
1616 :depstar {:replace-deps {com.github.seancorfield/depstar {:mvn/version " 2.1.303" }}
1717 :exec-fn hf.depstar/jar
1818 :exec-args {:sync-pom true
1919 :group-id " taipei.404"
2020 :artifact-id " mate"
21- :version " 0.0.2 "
21+ :version " 0.0.3 "
2222 :jar " mate.jar" }}}}
2323; ; Memo for deploying a new release:
2424; ; - Change the version above, then build the jar:
Original file line number Diff line number Diff line change 44 <packaging >jar</packaging >
55 <groupId >taipei.404</groupId >
66 <artifactId >mate</artifactId >
7- <version >0.0.2 </version >
7+ <version >0.0.3 </version >
88 <name >mate</name >
99 <description >Useful functions, some of which I wish were in the Clojure standard library.</description >
1010 <url >https://github.com/green-coder/mate</url >
You can’t perform that action at this time.
0 commit comments