Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  - Added extra links to CHANGELOG.
  • Loading branch information
danwilliams committed Jun 18, 2023
1 parent aeb4a38 commit 24b46a3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
31 changes: 25 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# Changelog

[Axum]: https://crates.io/crates/axum
[Bulma]: https://bulma.io/
[Figment]: https://crates.io/crates/figment
[Font Awesome]: https://fontawesome.com/
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[Tera]: https://crates.io/crates/tera
[Tracing]: https://crates.io/crates/tracing

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

The format is based on [Keep a Changelog][], and this project adheres to
[Semantic Versioning][].


## 0.1.2 (18 June 2023)

### Added

- Added host option to config
- Added Rustdoc source code documentation

### Changed

- Improved README documentation


## 0.1.1 (15 June 2023)

### Changed
Expand All @@ -20,13 +39,13 @@ The format is based on [Keep a Changelog][], and this project adheres to

### Added

- Implemented Axum web framework
- Added Figment to manage configuration
- Added Tokio Tracing for logging and event tracing
- Added Tera template engine
- Implemented [Axum][] web framework
- Added [Figment][] to manage configuration
- Added [Tokio Tracing][Tracing] for logging and event tracing
- Added [Tera][] template engine
- Added serving of static files
- Added Bulma CSS framework
- Added Font Awesome
- Added [Bulma][] CSS framework
- Added [Font Awesome][]
- Implemented authentication
- Implemented error handling
- Added README documentation
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.1"
version = "0.1.2"
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 24b46a3

Please sign in to comment.