Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  - Reformatted CHANGELOG.
  • Loading branch information
danwilliams committed Jun 15, 2023
1 parent 7540297 commit 7862851
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
35 changes: 23 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

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

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
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.2.1 (15 June 2023)

### Changed

- Updated Font Awesome
- Updated crate dependencies
- Improved README documentation


## 0.2.0 (15 June 2023)
Expand All @@ -29,15 +39,16 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 (12 June 2023)

- Initial release.
- Forked Terracotta repository
- Added rendering of Markdown files
- Added Nerd Font for displaying code
- Extended Markdown with callouts
- Added custom JS and CSS files for customisation overrides
- Amended routing to allow protected static content files
- Added a build script to render Markdown pre-build
- Added example Markdown to illustrate features
- Added guidelines for adding content
### Added

- Forked Terracotta repository
- Added rendering of Markdown files
- Added Nerd Font for displaying code
- Extended Markdown with callouts
- Added custom JS and CSS files for customisation overrides
- Amended routing to allow protected static content files
- Added a build script to render Markdown pre-build
- Added example Markdown to illustrate features
- Added guidelines for adding content


2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustmark"
version = "0.2.0"
version = "0.2.1"
description = "Extensible web application for serving Markdown-based content"
categories = ["asynchronous", "parser-implementations", "text-processing", "web-programming", "web-programming::http-server"]
keywords = ["web", "server", "markdown", "template", "authentication"]
Expand Down

0 comments on commit 7862851

Please sign in to comment.