Skip to content

Commit d9e86b7

Browse files
committed
Release 3.0.0
1 parent 665183f commit d9e86b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 2.1.15).
77

8-
## [Unreleased]
8+
## [3.0.0] - 2024-07-29
99

1010
### Changed
1111

12+
This release represent a very significant update of the scraper UI and the underlying technology (use Vue.JS 3 JS framework).
13+
1214
- Move scraper files to `scraper` subfolder and update workflows
1315
- Bump `requests` package from 2.32.0 to 2.32.2
1416
- Initialize new Vue.js project in `zimui` subfolder

scraper/src/youtube2zim/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0-dev0"
1+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)