Skip to content

Commit

Permalink
[release] 0.3.4
Browse files Browse the repository at this point in the history
This is the 0.3.4 release. Not too much exciting stuff, other than the
fact that the updated dependencies should open the door to ClojureScript
support in the not-too-distant future.
  • Loading branch information
venantius committed Jul 7, 2015
1 parent e1d7244 commit 836d63f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.4
* Updated dependencies. Should set the stage for ClojureScript support.

## 0.3.3
* Add a bugfix for a colorscheme configuration issue that was introduced in 0.3.0
* Bugfix for test initialization and configuration when running `lein test`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ I've written a blog post describing Ultra in greater depth [here](http://blog.ve
To install and configure Ultra, add something like the following to your `~/.lein/profiles.clj`

```clojure
{:user {:plugins [[venantius/ultra "0.3.3"]]
{:user {:plugins [[venantius/ultra "0.3.4"]]
:ultra {:color-scheme :solarized_dark}}}
```

Expand Down Expand Up @@ -49,7 +49,7 @@ For a detailed list of features, check out the [wiki](https://github.com/venanti
All of the above features are enabled by default, but can be turned off by setting a `false` flag in your profile. If you wanted Ultra to essentially no-op, your profile would look like this:

```clojure
{:user {:plugins [[venantius/ultra "0.3.3"]]
{:user {:plugins [[venantius/ultra "0.3.4"]]
:ultra {:repl false
:stacktraces false
:tests false
Expand All @@ -65,7 +65,7 @@ At the moment Ultra supports the following color schemes:
If you want to set the colors yourself instead of using a theme you can configure them directly, e.g.:

```clojure
{:user {:plugins [[venantius/ultra "0.3.3"]]
{:user {:plugins [[venantius/ultra "0.3.4"]]
:ultra {:color-scheme {:delimiter [:red]
:tag [:red]
:nil [:cyan]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject venantius/ultra "0.3.4-SNAPSHOT"
(defproject venantius/ultra "0.3.4"
:description "Ultra: A Leiningen plugin for a superior development environment"
:url "http://github.com/venantius/ultra"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 836d63f

Please sign in to comment.