Skip to content

Commit

Permalink
add changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopluigi committed Nov 7, 2024
1 parent 3466a55 commit 7b39009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.0.1 / 2024-11-07
- Allow implicit args for nodely syntax macros (e.g. >leaf) to include namespaces in the implicit arg symbols.

## 2.0.0 / 2024-10-17
- Breaking change: removed transitive dependencies
-- The following dependencies are no longer transitively provided,
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 dev.nu/nodely "2.0.0"
(defproject dev.nu/nodely "2.0.1"
:description "Decoupling data fetching from data dependency declaration"
:url "https://github.com/nubank/nodely"
:license {:name "MIT"}
Expand Down

0 comments on commit 7b39009

Please sign in to comment.