Skip to content

Commit

Permalink
feat: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Oct 20, 2023
1 parent 2ee8a78 commit b401d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

A macro to define clojure functions with pattern matching just as erlang or elixir. It supports both clojure and clojurescript.

## News

* **Since 0.3.0-RC1, `defun` namespace is renamed to `defun.core` .**

## Usage

Dependency in leiningen:

``` clj
[defun "0.3.1"]
[defun "0.4.0"]
```

### Basic usage
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 defun "0.3.1"
(defproject defun "0.4.0"
:description "A macro to define clojure functions with parameter pattern matching just like erlang or elixir."
:url "https://github.com/killme2008/defun"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit b401d87

Please # to comment.