Skip to content

Commit

Permalink
Bump versions to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jan 23, 2023
1 parent 05140e7 commit 914cede
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### [2.3.3] - 2022-01-23

#### Added

N/A

#### Changed

- Fixed a bug where Kupo would prune inputs at regular interval even if `--prune-utxo` isn't set. This only occurs when matching patterns are neither `*` nor `*/*`. Related, Kupo would also never prune binary data as it should; even with `--prune-utxo` enabled.

#### Removed

N/A

### [2.3.2] - 2022-01-18

#### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v2.3.2.yaml → docs/api/v2.3.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ servers:

info:
title: Kupo
version: v2.3.2
version: v2.3.3
license:
name: MPL-2.0
url: https://raw.githubusercontent.com/cardanosolutions/kupo/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

<div id="versions">
<a href="#">v2.2.1</a>
<a href="#">v2.3.2</a>
<a href="#">v2.3.3</a>
<a href="#">latest</a>
<script>
;[1,2,3].forEach(ix => {
Expand Down
4 changes: 2 additions & 2 deletions kupo.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_config: !include ".hpack.config.yaml"

name: kupo
version: 2.3.2
version: 2.3.3
stability: stable
github: "cardanosolutions/kupo"
license: MPL-2.0
Expand Down

0 comments on commit 914cede

Please sign in to comment.