Skip to content

Commit 8d6ee9a

Browse files
committed
chore: prepare for snapshot release 1.4.0-SNAPSHOT
1 parent f897ad2 commit 8d6ee9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is a history of changes to k13labs/clara-rules.
22

3-
# 1.4.0
3+
# 1.4.0-SNAPSHOT
44
* `defrule` now defines rules as functions with two arities, no args returns the rule map, and 2 args is the compiled RHS.
55
* `clojure.lang.Fn` now implements `clara.rules.compiler/IRuleSource`, and returns a single rule by invoking the like `(a-rule)`.
66
* add built-in support to serialize `clojure.lang.Var` so that a rule handler var can be serialized correctly.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>clara-rules</name>
88
<version>1.4.0-SNAPSHOT</version>
99
<scm>
10-
<tag>1.4.0</tag>
10+
<tag>1.4.0-SNAPSHOT</tag>
1111
<url>https://github.com/k13labs/clara-rules</url>
1212
<connection>scm:git:git://github.com/k13labs/clara-rules.git</connection>
1313
<developerConnection>scm:git:ssh://git@github.com/k13labs/clara-rules.git</developerConnection>

0 commit comments

Comments
 (0)