Skip to content

Commit

Permalink
tool: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Sep 18, 2024
1 parent 86113bc commit f908560
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [tool-v0.15.1] - 2024-09-18

### Fixed

- `import *`:

- Added `--sniff-*` options to fix crashes introduced in `v0.15.0`.

- `export mirror`

- Will now remap URL fragments instead of dropping them.
- Will now display the correct `depth` value in the UI.
- Made UI slightly less annoyingly verbose in general.

## [tool-v0.15.0] - 2024-09-16

`export mirror` sub-command now produces results quite usable in a normal web browser.
Expand Down Expand Up @@ -1044,6 +1058,7 @@ All planned features are complete now.

- Initial public release.

[tool-v0.15.1]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.15.0...tool-v0.15.1
[tool-v0.15.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.14.1...tool-v0.15.0
[extension-v1.16.0]: https://github.com/Own-Data-Privateer/hoardy-web/compare/extension-v1.15.1...extension-v1.16.0
[tool-v0.14.1]: https://github.com/Own-Data-Privateer/hoardy-web/compare/tool-v0.14.0...tool-v0.14.1
Expand Down
2 changes: 1 addition & 1 deletion tool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with pkgs.python3Packages;

buildPythonApplication (rec {
pname = "hoardy-web";
version = "0.15.0";
version = "0.15.1";
format = "pyproject";

inherit (source) src unpackPhase;
Expand Down
2 changes: 1 addition & 1 deletion tool/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
packages = ["hoardy_web"]
[project]
name = "hoardy-web"
version = "0.15.0"
version = "0.15.1"
authors = [{ name = "Jan Malakhovski", email = "[email protected]" }]
description = "Display, search, manipulate, import, and export Web Request+Response (`WRR`) files produced by the `Hoardy-Web` Web Extension browser add-on."
readme = "README.md"
Expand Down

0 comments on commit f908560

Please sign in to comment.