Skip to content

Commit

Permalink
merged master
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkus committed Apr 23, 2024
2 parents 8620429 + 3201ad1 commit 98aa237
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ All notable changes to this project will be documented in this file. This change
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).

## [Unreleased]
## 7.3.0 - 2024-04-23

### Added

* added support for Cataclysm Classic
* added support for Cataclysm Classic.

### Changed

* dependencies bumped to latest versions.
* game track priority when 'strict' is off made now has a proper and consistent strategy.
* game track priority when 'strict' is off now has a proper and consistent strategy.

### Fixed

* bumps Clojure from 1.10 to 1.11.2 to fix CVE-2024-22871
- https://github.com/advisories/GHSA-vr64-r9qj-h27f

### Removed
* an Arch Linux AUR bug introduced with pacman 6.1 that stripped the binary down to nothing.
- thanks to @nickromanooo for reporting the bug and tracking down the pacman issue.

## 7.2.0 - 2023-12-24

Expand Down
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ see CHANGELOG.md for a more formal list of changes by release

## todo

* gui, 'set-icon' is taking a long time to do it's thing.

## todo bucket (no particular order)

* gui, 'set-icon' is taking a long time to do it's thing.

* nfo, replace the URL as the group-id with something random

* github, catalogue, no download counts.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ogri-la</groupId>
<artifactId>strongbox</artifactId>
<packaging>jar</packaging>
<version>7.3.0-unreleased</version>
<version>7.3.0</version>
<name>strongbox</name>
<description>World Of Warcraft Addon Manager</description>
<url>https://github.com/ogri-la/strongbox</url>
Expand All @@ -18,7 +18,7 @@
<url>https://github.com/ogri-la/strongbox</url>
<connection>scm:git:git://github.com/ogri-la/strongbox.git</connection>
<developerConnection>scm:git:ssh://[email protected]/ogri-la/strongbox.git</developerConnection>
<tag>b6fd01cb795e6fc8cca27935304c605200249bfe</tag>
<tag>86204296a94b4e5b4621bd143daa693f1f4934de</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject ogri-la/strongbox "7.3.0-unreleased"
(defproject ogri-la/strongbox "7.3.0"
:description "World Of Warcraft Addon Manager"
:url "https://github.com/ogri-la/strongbox"
:license {:name "GNU Affero General Public License (AGPL)"
Expand Down

0 comments on commit 98aa237

Please sign in to comment.