Skip to content

Latest commit

 

History

History
460 lines (302 loc) · 26.8 KB

CHANGELOG.md

File metadata and controls

460 lines (302 loc) · 26.8 KB

Changelog

All notable changes to this project will be documented in this file.

[0.3.9] - 2024-06-10

Changed

  • Bump robinraju/release-downloader from 1.9 to 1.10 (#54) - (9e9624d)
  • Update deps (#56) - (8e8255b)

[0.3.8] - 2024-03-22

Changed

[0.3.7] - 2024-02-18

Changed

  • Bump actions/upload-artifact from 3 to 4 (#43) - (1b22adb)
  • Bump actions/download-artifact from 3 to 4 (#44) - (7d2f1f0)
  • Use official action for github app token (#46) - (5caed9c)
  • Bump SebRollen/toml-action from 1.0.2 to 1.2.0 (#47) - (b76600b)
  • Bump robinraju/release-downloader from 1.8 to 1.9 (#48) - (ef371ec)
  • Update deps (#49) - (b054f33)
  • Code cleanup and fix typos (#50) - (e5a41f4)

Fixed

[0.3.6] - 2023-11-28

Added

  • Add build dispatch workflow - (b8dea71)
  • Add commit links in changelog - (405d25a)

Changed

  • Bump docker/build-push-action from 3 to 5 - (456055a)
  • Update and simplify nix flake (#41) - (56c3f38)
  • Update to new aws-sdk (#42) - (2120c65)
  • Simplify aws config import - (0f74a0c)

Documentation

Fixed

  • Fix trigger for detecting release - (5814aa3)
  • Fix release-plz release not triggering builds - (3ecabb3)

[0.3.5] - 2023-10-01

Added

Changed

  • Update aws sdk - (b467699)
  • Bump actions/checkout from 3 to 4 - (616c771)
  • Bump robinraju/release-downloader from 1.7 to 1.8 - (9662d0c)
  • Bump docker/metadata-action from 4 to 5 - (e9c5665)
  • Bump docker/setup-buildx-action from 2 to 3 - (42febc4)
  • Bump docker/setup-qemu-action from 2 to 3 - (9ae8a01)
  • Update config - (abeca24)
  • Adjust git-cliff config for release-plz compatibility - (31743dd)
  • Adjust changelog format - (f9cb579)

Fixed

  • Fix missing secret - (0d576f8)
  • Fix changelog format - (86db442)
  • Release-plz changelog format - (4d04f12)

Removed

  • Remove commits for changelog updates from changelog - (3188022)

[0.3.4] - 2023-08-27

Changed

[0.3.3] - 2023-07-13

Added

  • Add clippy pedantic rules and fix warns - (94852a3)
  • Add flake for dev shell - (f9517cb)
  • Add package build definition in nix file - (cdd3198)

Changed

Documentation

Fixed

Removed

  • Remove unused dependency - (73e79c2)

[0.3.2] - 2023-05-25

Added

  • Add changelog file - (37cdbbc)
  • Add macos-aarch64 build target - (49741ab)

Changed

  • Generate changelog automatically - (ab4c20d)
  • Update deps - (985ce28)
  • Revert macOS aarch64 because it doesn't work - (f357173)
  • Try to cross-compile for apple silicon - (247729a)
  • Freeze xcode version - (a945731)
  • Bump patch number - (c828cd8)

Fixed

[0.3.1] - 2023-04-12

Changed

  • Disable incremental builds - (36ec0ae)
  • Update env example - (713e685)
  • Github registry for docker - (b7e1c0f)
  • Update docker to ghcr.io - (cf9dde2)
  • Invert order of images push - (7ca133f)
  • Update dependencies and fix use statements - (88a4807)
  • Bump patch number - (546c045)

Documentation

Removed

  • Remove env vars as they are defined by the toolchain action - (f0cc429)

[0.3.0] - 2023-03-11

Added

Changed

  • Directly publish release - (17827ed)
  • Use AsRef where possible - (85c4141)
  • Update deps - (b650770)
  • Cargo update - (7028ceb)
  • Disable failing task - (15ac1a9)
  • Test to add permissions - (f27432f)
  • Restrict permissions - (eb8765a)
  • Restore cron - (e412b98)
  • Use new sparse protocol for cargo - (bef8490)
  • Use cron expression instead of interval - (eae3609)
  • Bump minor version number (breaking) - (726c124)

Documentation

Fixed

Removed

  • Remove unused commented code - (7ceb17e)

[0.2.11] - 2023-02-11

Changed

Fixed

  • Sanitize default filename - (04f2c03)

[0.2.10] - 2023-02-11

Added

  • Added end-to-end test using S3Mock in a container - (a39d90d)
  • Add filename arg test - (d0edc84)
  • Add docker badge - (746be94)

Changed

  • Comment indentation - (0cc31f2)
  • E2e test - (0b162b7)
  • Make sure lockfile was updated - (c2fbf2d)
  • Update deps - (4aae421)
  • Use clap for args validation (required / default value) - (a0ab6bd)
  • Bump patch number - (ce2de67)

Documentation

  • Readme - (99555c4)
  • Root not needed with new container setup - (3878cde)

Fixed

  • Safer value for filesize - (088216b)
  • Refactor size check - (97f4057)

[0.2.9] - 2023-02-09

Added

  • Add special char test case - (5d43bdf)

Changed

Fixed

  • Validate filename length - (e75003c)

[0.2.8] - 2023-02-09

Changed

Documentation

Removed

  • Remove redundant matrix def - (0a009ca)

[0.2.7] - 2023-02-09

Added

  • Add apostrophe as valid char - (efb421c)

Changed

  • Sanitize the desired filename - (64d5763)
  • Log filename after upload - (b061771)
  • Allow forward slash to enable sub-folders - (a54f774)
  • Run tests on PR and release - (e5ceff3)
  • Only build if tests pass - (cdaba61)
  • Bump patch number - (d1df3f5)

Documentation

Fixed

[0.2.6] - 2023-02-09

Added

  • Add root version of docker container - (c6e57f1)
  • Add root docker image to release workflow - (16ea3e6)
  • Add docker example - (27a7c55)
  • Add badges - (67ad499)
  • Add comments in code - (d46947f)

Changed

Documentation

Fixed

  • Fix docker file permissions - (f96d3b1)
  • Image name in CI - (b68b8cd)
  • Fix user in dockerfile - (c1a2836)
  • Better ctrl-c handling - (2a7d40d)
  • Better ctrl-c handling - (1fa0047)

[0.2.5] - 2023-02-08

Added

  • Add option to set filename of archive - (4a50b1d)

Changed

Documentation

[0.2.4] - 2023-02-08

Added

  • Add linting - (c524c10)
  • Add builds and artifact cleanup - (ca4bc64)
  • Add publish to crates.io - (d4d5cbe)

Changed

Documentation

Fixed

Removed

  • Remove unused dependencies, enable thin LTO - (59412c3)

[0.2.3] - 2023-02-08

Changed

  • Code cleanup and separation - (0868277)
  • Bump patch number - (f6784aa)

[0.2.2] - 2023-02-08

Added

Changed

  • Use temp dir for temp file - (79d0b2e)
  • More detailled logging - (78ac2ec)
  • Bump patch number - (2967ee1)

[0.2.1] - 2023-02-08

Added

Changed

  • Update lockfile - (649172b)
  • Bump patch number and update metadata - (25a17e4)

Documentation

Fixed

[0.2.0] - 2023-02-08

Added

Changed

  • Parse arguments and setup scheduler - (81071d4)
  • Better error handling when path is wrong - (e15aa05)
  • Better error handling and tidier structure - (fe89524)
  • Renamed config module - (e34e8a2)
  • Upload to dropbox - (bae1496)
  • Format - (2b42232)
  • Compressing - (a9db21b)
  • Use metadata - (91bc8aa)
  • Allow unused - (f34178d)
  • Move compression login into fn - (53bad37)
  • Error context - (c0edd00)
  • Comment out unused vars - (4dfaaf6)
  • Get mtime after compression - (a8b71b3)
  • File should probably have a fixed name so versioning works - (b831a6e)
  • First prototype - (1e5072a)
  • Multipart upload - (459b5ee)
  • Better env handling and scheduling - (10848a7)
  • Rename project - (af37119)
  • Trying to fix the ctrl-c handling - (be17518)
  • Drop external dependencies for interval - (a5e3a60)
  • Bump minor version number - (f5726f0)

Removed

  • Remove archive after uplaod - (17828f3)