Skip to content

Commit

Permalink
release: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Nov 1, 2024
1 parent 9ead896 commit 9b424bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Transducers

### Unreleased
### 1.3.0 (2024-11-02)

#### Added

- lib: The `median` reducer.
- lib: The `reduced` source to iterate from the end of a vector.
- lib: The `reversed` source to iterate from the end of a vector.

#### Changed

Expand Down
6 changes: 3 additions & 3 deletions transducers.asd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defsystem "transducers"
:version "1.2.0"
:version "1.3.0"
:author "Colin Woodbury <[email protected]>"
:license "MPL-2.0"
:depends-on ()
Expand Down Expand Up @@ -31,7 +31,7 @@
:perform (test-op (op c) (symbol-call :parachute :test :transducers/tests)))

(defsystem "transducers/jzon"
:version "1.2.0"
:version "1.3.0"
:author "Colin Woodbury <[email protected]>"
:license "MPL-2.0"
:depends-on (:transducers :com.inuoe.jzon :trivia)
Expand All @@ -41,7 +41,7 @@
:description "JSON extension for Transducers.")

(defsystem "transducers/fset"
:version "1.2.0"
:version "1.3.0"
:author "Colin Woodbury <[email protected]>"
:license "MPL-2.0"
:depends-on (:transducers :fset)
Expand Down

0 comments on commit 9b424bd

Please sign in to comment.