Skip to content

Commit

Permalink
chore(release): version v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 7, 2022
1 parent 261c8b6 commit 870e92e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: ${{ needs.release.outputs.rc == 'false' }}
tags: sigoden/duf:latest, sigoden/duf:${{ github.ref_name }}
tags: ${{ github.repository }}:latest, ${{ github.repository }}:${{ github.ref_name }}

publish-crate:
name: Publish to crates.io
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [0.14.0] - 2022-06-07

### Bug Fixes

- Send index page with content-type ([#26](https://github.com/sigoden/duf/issues/26))

### Features

- Support ipv6 ([#25](https://github.com/sigoden/duf/issues/25))
- Add favicon ([#27](https://github.com/sigoden/duf/issues/27))

## [0.13.2] - 2022-06-06

### Bug Fixes
Expand Down
56 changes: 21 additions & 35 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duf"
version = "0.13.2"
version = "0.14.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Duf is a simple file server."
Expand Down

0 comments on commit 870e92e

Please sign in to comment.