Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jul 29, 2024
1 parent 665183f commit d9e86b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scraper/src/youtube2zim/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0-dev0"
__version__ = "3.0.0"

0 comments on commit d9e86b7

Please sign in to comment.