File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.12.0] - 2020-07-02
9+
10+ ### Added
11+
12+ - API for host parsing
13+
14+ ### Fixed
15+
16+ - Regression failures for [ web platform tests] ( https://github.com/glynos/skyr_wpt_tests )
17+ - Accessor for default ports [ #135 ] ( https://github.com/cpp-netlib/url/issues/135 )
18+
19+ ### Changed
20+
21+ - Added dependency to range-v3
22+
823## [ 1.11.0] - 2020-06-13
924
1025### Added
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.11 .0
11+ VERSION 1.12 .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