Skip to content

Commit

Permalink
upgrading project version
Browse files Browse the repository at this point in the history
  • Loading branch information
lsevero committed Nov 8, 2020
1 parent 85eb758 commit e48007e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [0.2.0] - 2020-11-06

## [0.1.4] - 2020-11-08
### Added
- Added Common Lisp HashTable to the cl->clj protocol
- Added IPersistentMap to the clj->cl protocol
- added the 0 arity form of funcall
- added a map->alist function

## [0.1.3] - 2020-11-06
### Added
- Upgraded ABCL version to 1.8.0
- Added abcl-contrib to the dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ It provides both a compiler and a interpreter that can be used as scripting lang

(discriminant 1 2 3)
```
Also check the project tests.
Also check the project tests and examples.

## The ultimate goal

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 abclj "0.1.3"
(defproject abclj "0.1.4"
:description "Armed Bear Clojure, dead easy Common Lisp interop"
:url "https://www.github.com/lsevero/abclj"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit e48007e

Please sign in to comment.