File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.8.0] - 2020-05-23
8+
9+ ### Changed
10+
11+ - API of URL parsing and serialization functions
12+
13+ ### Fixed
14+
15+ - Added tl::expected dependency to skyr-url-config.cmake.in
16+ - Fixed header location for catch.hpp in unit tests
17+ - Build scripts not consistently correctly setting compiler options
18+
719## [ 1.7.5] - 2020-05-03
820
921### Fixed
@@ -184,6 +196,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
184196- Fixes to `` CMakeLists.txt ``
185197
186198## [ 1.0] - 2018-10-13
199+
187200### Added
188201- Conversion functions between `` skyr::url `` and `` std::filesystem::path ``
189202
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.14)
88
99project (
1010 skyr-url
11- VERSION 1.7.5
11+ VERSION 1.8.0
1212 HOMEPAGE_URL https://cpp-netlib.github.io/url
1313 DESCRIPTION "A C++ library that implements the WhatWG URL specification"
1414 LANGUAGES CXX
You can’t perform that action at this time.
0 commit comments