1
0
Fork 0

ready for v1.10.0

This commit is contained in:
makeworld 2024-03-17 20:12:56 -04:00
parent 8ee55e67bb
commit ef8a09997c
No known key found for this signature in database
GPG Key ID: 7DE9FA10A6B58CA5
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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).
## [Unreleased]
## [1.10.0] - 2024-03-17
### Added
- Syntax highlighting for preformatted text blocks with alt text (#252, #263, [wiki page](https://github.com/makeworld-the-better-one/amfora/wiki/Source-Code-Highlighting))
- [Client certificates](https://github.com/makeworld-the-better-one/amfora/wiki/Client-Certificates) can be restricted to certain paths of a host (#115)

View File

@ -16,7 +16,7 @@ import (
)
var (
version = "v1.9.2"
version = "v1.10.0"
commit = "unknown"
builtBy = "unknown"
)