Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

<!-- markdownlint-disable -->

## [2.1.1](https://github.com/JP-Ellis/amber-api/compare/amber-api/v2.1.0...amber-api/v2.1.1) - _2026-06-30_

### 🧪 Testing
- Use relative date in examples

### ⚙️ Miscellaneous Tasks
- Update to tombi and prek
- _(ci)_ Reduce test concurrency
- Allow multiple crate versions
- _(ci)_ Replace scripts with release-plz


## [amber-api/v2.1.0] _2026-02-14_

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "amber-api"
version = "2.1.0"
version = "2.1.1"
description = "Rust client for Amber Electric's API"
readme = "README.md"
repository = "https://github.com/JP-Ellis/amber-api"
Expand Down
Loading