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 Jun 15, 2023
1 parent 3306049 commit 6c37a44
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes will be documented in this file.

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 0.2.0 (15 June 2023)

### Added

- Implemented Twitter emojis (Twemoji)
- Added collapsible callouts for screenshots and images
- Made headings collapsible
- Added heading link anchors on hover
- Added automatic table of contents menu
- Added titles for image and screenshot callouts

### Changed

- Moved extra Markdown processing from client-side JavaScript to Rust build
script
- Various styling tweaks

### Removed

- Removed use of hardlinks from build script


## 0.1.0 (12 June 2023)

- Initial release.
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 = "rustmark"
version = "0.1.0"
version = "0.2.0"
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 6c37a44

Please sign in to comment.