From d9e86b71c455a2ff43fa31da68ad8202d2dc5ec3 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 29 Jul 2024 08:21:15 +0000 Subject: [PATCH] Release 3.0.0 --- CHANGELOG | 4 +++- scraper/src/youtube2zim/__about__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"