Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

65 lines (40 loc) · 1.38 KB

Change Log

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

The format is based on Keep a Changelog.

r10 - 2024-12-03

Changed

  • Updated Rust/Cargo toolchain to version 1.83.0 (2024-11-28).
  • Updated base system to Debian 12.8 (2024-12-03).

r9 - 2024-10-18

Changed

  • Updated Rust/Cargo toolchain to version 1.82.0 (2024-10-17).

r8 - 2024-09-28

Changed

  • Updated base system to Debian 12.7 (2024-09-27).

r7 - 2024-09-20

Changed

  • Switched base system from debian:12.7-slim to rust:1.*-slim-bookworm.

Added

  • Included the cargo-rebuild command.

r6 - 2024-09-10

Added

  • Included the rustfmt component with the Rust installation.

Changed

  • Switched base system from bitnami/minideb:bookworm to debian:12.7-slim.

r5 - 2024-09-05

Changed

  • Updated Rust/Cargo toolchain to version 1.81.0 (2024-09-05).

r4 - 2024-08-31

Changed

  • Switched base system from debian:bookworm-slim to bitnami/minideb:bookworm.

Added

  • Added example Rust/Cargo project to the container image.

r3 - 2024-08-30

Changed

  • Implemented multi-stage build to further reduce image size.

r2 - 2024-08-29

Changed

  • Install Rust and Cargo to the default locations.
  • Install Rust toolchain with the minimal profile.

r1 - 2024-08-27

  • This is the first public release of this project.