Skip to content

Commit

Permalink
chore(release): prepare for v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 29, 2024
1 parent 77bd63c commit 22162c0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.1] - 2024-07-29

### Added

- Include file creation date in the file list (`creation_date_utc`)

```sh
$ curl "http://<server_address>/list" | jq .

[
{
"file_name": "immense-goose.txt",
"file_size": 416,
"creation_date_utc": "2024-06-12 19:21:56",
"expires_at_utc": null
}
]
```

- Enable Docker ARM64 builds
- Add @tessus as a maintainer

### Removed

- Remove public instance link and blog post from README.md

### Fixed

- Fix uploading reports to codecov

## [0.15.0] - 2024-03-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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 = "rustypaste"
version = "0.15.0"
version = "0.15.1"
edition = "2021"
description = "A minimal file upload/pastebin service"
authors = ["Orhun Parmaksız <[email protected]>"]
Expand Down

0 comments on commit 22162c0

Please sign in to comment.