diff --git a/CHANGELOG b/CHANGELOG index 6d3a2933..456dae8f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,10 +5,12 @@ 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 2.1.15). -## [Unreleased] +## [3.0.0] - 2024-07-29 ### Changed +This release represent a very significant update of the scraper UI and the underlying technology (use Vue.JS 3 JS framework). + - Move scraper files to `scraper` subfolder and update workflows - Bump `requests` package from 2.32.0 to 2.32.2 - Initialize new Vue.js project in `zimui` subfolder diff --git a/scraper/src/youtube2zim/__about__.py b/scraper/src/youtube2zim/__about__.py index d733cff8..528787cf 100644 --- a/scraper/src/youtube2zim/__about__.py +++ b/scraper/src/youtube2zim/__about__.py @@ -1 +1 @@ -__version__ = "3.0.0-dev0" +__version__ = "3.0.0"