Skip to content

Commit 08e12a0

Browse files
committed
Version 0.1.2
1 parent ff37795 commit 08e12a0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
59
## [0.1.1](https://github.com/Lambda-X/lambone/compare/0.1.0...0.1.1)
610

711
- Use the `:preloads` compiler options (ClojureScript >= `1.9.89` is required)

build.boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(require '[adzerk.bootlaces :refer :all])
66

7-
(def +version+ "0.1.1")
7+
(def +version+ "0.1.2")
88

99
(bootlaces! +version+)
1010

0 commit comments

Comments
 (0)