We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774615b commit dadafa1Copy full SHA for dadafa1
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [1.7.5] - 2020-05-03
8
+
9
+### Fixed
10
11
+- Added clearer acknowledgements
12
13
## [1.7.4] - 2020-04-29
14
15
### Changed
CMakeLists.txt
@@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.14)
project(
skyr-url
- VERSION 1.7.4
+ VERSION 1.7.5
HOMEPAGE_URL https://cpp-netlib.github.io/url
DESCRIPTION "A C++ library that implements the WhatWG URL specification"
LANGUAGES CXX
0 commit comments