Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rybandrei2014 committed Sep 12, 2020
1 parent 1eaab25 commit 60598d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
- interface for pydub functionality
- interface for TarsosDSP functionality
- interface for interoperation between pydub and TarsosDSP

## 1.1.0
### Added
- unit tests for util namespace
### Removed
- redundant !nil?->, doto-when from util namespace
### Changed
- better implementation for doto-for macro
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject dragoon/cljdub-dsp "1.0.0"
:description "Sound processing library that allows usage of pydub library's functionality in Clojure as well as provides interface for interation between pydub and TarsosDSP libraries"
(defproject dragoon/cljdub-dsp "1.1.0"
:description "Sound processing library that allows usage of pydub library's functionality in Clojure as well as provides interface for interaction between pydub and TarsosDSP libraries"
:url "https://github.com/dragoon000320/cljdub-dsp"
:license {:name "Eclipse Public License 2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
Expand Down

0 comments on commit 60598d6

Please sign in to comment.