From 51ef841836ef4f61b364d15600ed678ea8ac7022 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 17 Nov 2023 11:30:37 +0100 Subject: [PATCH] Prepare next release --- :q | 27 +++++++++++++++++++++++++++ CHANGELOG.md | 2 ++ 2 files changed, 29 insertions(+) create mode 100644 :q diff --git a/:q b/:q new file mode 100644 index 0000000..80699bb --- /dev/null +++ b/:q @@ -0,0 +1,27 @@ +commit 6e6c0e8b39b37f6fdcbe6a51ce7c925e6b1ed813 (HEAD -> main, tag: v1.6.2) +Author: benoit74 +Date: Fri Nov 17 11:25:09 2023 +0100 + + Release 1.6.2 + +diff --git a/CHANGELOG.md b/CHANGELOG.md +index 6750466..58b186d 100644 +--- a/CHANGELOG.md ++++ b/CHANGELOG.md +@@ -5,7 +5,7 @@ All notable changes to this project are documented in this file. + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), + and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0). +  +-## Unreleased ++## [1.6.2] - 2023-11-17 +  + ### Changed +  +@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + ### Fixed +  + - Fix logic passing args to crawler to support value '0' (#245) ++- Fix documentation about Chrome and headless (#248) +  + ## [1.6.1] - 2023-11-06 +  diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b186d..45136ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0). +## Unreleased + ## [1.6.2] - 2023-11-17 ### Changed