Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Aug 13, 2024
1 parent 6374053 commit 883c811
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Table of Contents]
- [Unreleased](#unreleased)
- [7.5.0](#750---2024-08-13)
- [7.4.0](#740---2024-07-30)
- [7.3.0](#730---2024-07-24)
- [7.2.0](#720---2024-03-21)
Expand Down Expand Up @@ -55,6 +56,12 @@

## [Unreleased][]
### Added
### Changed
### Removed
### Fixed

## [7.5.0] - 2024-08-13
### Added
- Similar artists: added readme to similar artists filter explaining its usage.
- Similar artists: added new option to use the similar artists tags and database from other scripts. For ex. [ListenBrainz-SMP](https://github.com/regorxxx/ListenBrainz-SMP)
- Near Genres Filter: added support at recipes.
Expand Down Expand Up @@ -901,7 +908,8 @@
### Removed
### Fixed

[Unreleased]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.4.0...HEAD
[Unreleased]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.5.0...HEAD
[7.5.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.4.0...v7.5.0
[7.4.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.3.0...v7.4.0
[7.3.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.2.0...v7.3.0
[7.2.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.1.0...v7.2.0
Expand Down
4 changes: 2 additions & 2 deletions main/search_by_distance/search_by_distance.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
//09/08/24
var version = '7.4.0'; // NOSONAR [shared on files]
//13/08/24
var version = '7.5.0'; // NOSONAR [shared on files]

/* exported searchByDistance, checkScoringDistribution, checkMinGraphDistance */

Expand Down

0 comments on commit 883c811

Please sign in to comment.