Skip to content

Commit 72e93db

Browse files
committed
Bumped version number and updated Changelog
1 parent 8394c79 commit 72e93db

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.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

0 commit comments

Comments
 (0)