We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff37795 commit 08e12a0Copy full SHA for 08e12a0
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [0.1.2](https://github.com/Lambda-X/lambone/compare/0.1.1...0.1.2)
6
+
7
+- Support for Dirac 0.7.x
8
9
## [0.1.1](https://github.com/Lambda-X/lambone/compare/0.1.0...0.1.1)
10
11
- Use the `:preloads` compiler options (ClojureScript >= `1.9.89` is required)
build.boot
@@ -4,7 +4,7 @@
(require '[adzerk.bootlaces :refer :all])
-(def +version+ "0.1.1")
+(def +version+ "0.1.2")
(bootlaces! +version+)
0 commit comments