1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-05 18:50:41 +00:00

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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.10.0] - 2024-03-17
### Added ### 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)) - 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) - [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 ( var (
version = "v1.9.2" version = "v1.10.0"
commit = "unknown" commit = "unknown"
builtBy = "unknown" builtBy = "unknown"
) )