Skip to content

Commit bc0a728

Browse files
committed
Updated Changelog and updated version number
1 parent d5418e5 commit bc0a728

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.14)
88

99
project(
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

0 commit comments

Comments
 (0)