From b57ed5e7bdb56cf926a02b265bffaf5e3ab74780 Mon Sep 17 00:00:00 2001 From: tjk Date: Thu, 21 Nov 2024 09:16:13 -0600 Subject: [PATCH] Release version 0.1.5 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf20550..c3bffaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to Terminal Velocity will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).' +## [0.1.6] - 2024-11-20 + +### Added + - Per-post asset collection/hosting + - Update example post to demonstrate + ## [0.1.4] - 2024-11-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index b837592..4649d78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "terminal-velocity" -version = "0.1.5" +version = "0.1.6" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 4fec358..faac9dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "terminal-velocity" -version = "0.1.5" +version = "0.1.6" build = "build.rs" description = "A blazingly fast static site generator for dorks" authors = ["TJK "]