Skip to content

Commit 7107664

Browse files
committed
Release v0.0.3
1 parent 4304012 commit 7107664

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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`

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
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:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)