Skip to content

Commit

Permalink
Update to Neanderthal 0.31, example, doc and changelog updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
katox committed Apr 23, 2020
1 parent d6fcf63 commit f0e800c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This change

## [Unreleased]
## Changes

## [0.3.0] - 2020-04-23
### Changed
- Updated to the Neanderthal 0.31 release.
- Documentation updates

## [0.2.0] - 2020-04-07
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ a factory.
Add the necessary dependency to your project:

```$clj
[neanderthal-stick "0.2.0]
[neanderthal-stick "0.3.0]
```

## Usage
Expand Down Expand Up @@ -322,7 +322,7 @@ from that descriptor and the actual content save and load `transfer!` multimetho

## License

Copyright © 2019 Kamil Toman
Copyright © 2019-2020 Kamil Toman

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
Expand Down
4 changes: 2 additions & 2 deletions examples/def-new-kind/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject def-new-kind "0.2.0"
(defproject def-new-kind "0.3.0"
:description "Save/Load Extensions for Neanderthal, Fast Clojure Matrix Library"
:url "https://github.com/katox/neanderthal-stick"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
[neanderthal-stick "0.2.0"]]
[neanderthal-stick "0.3.0"]]
:repl-options {:init-ns def-new-kind.core}
:profiles {:java8 {:jvm-opts ^:replace ["-XX:+TieredCompilation" "-XX:TieredStopAtLevel=1"]}}

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 neanderthal-stick "0.3.0-SNAPSHOT"
(defproject neanderthal-stick "0.3.0"
:description "Save/Load Extensions for Neanderthal, Fast Clojure Matrix Library"
:url "https://github.com/katox/neanderthal-stick"
:license {:name "Eclipse Public License 2.0"
Expand Down

0 comments on commit f0e800c

Please sign in to comment.