Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Sep 25, 2023
1 parent 347d485 commit 9401cab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[Axum]: https://crates.io/crates/axum
[Bulma]: https://bulma.io/
[Docker]: https://www.docker.com/
[Figment]: https://crates.io/crates/figment
[Font Awesome]: https://fontawesome.com/
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
Expand All @@ -15,6 +16,23 @@ The format is based on [Keep a Changelog][], and this project adheres to
[Semantic Versioning][].


## 0.2.0 (25 September 2023)

### Added

- Added serving of protected assets from a `content` folder
- Added loading of static assets from the local filesystem at runtime
(configurable)
- Implemented streaming of large static assets (configurable)
- Added `Dockerfile` for building and running the application in a [Docker][]
container
- Added logo and example content

### Changed

- Updated crate dependencies


## 0.1.2 (18 June 2023)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "terracotta"
version = "0.1.2"
version = "0.2.0"
description = "Boilerplate webserver application based on Axum"
categories = ["asynchronous", "authentication", "rust-patterns", "web-programming", "web-programming::http-server"]
keywords = ["web", "server", "boilerplate", "example", "authentication"]
Expand Down

0 comments on commit 9401cab

Please sign in to comment.