Skip to content

Commit a90663a

Browse files
committed
Change versions post-release
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
1 parent 2716599 commit a90663a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
_This paragraph may describe WIP/unreleased features. They are merged to main branch but not tagged._
11+
812
## [3.2.0]-2025-01-17
913

1014
## What's Changed

cloud-scanner-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Boavizta's Cloud-scanner estimates the environmental impacts of y
66
repository = "https://github.com/Boavizta/cloud-scanner"
77
keywords = ["boavizta", "cloud-scanner", "cloud", "green-ops"]
88
license = "AGPL-3.0-only"
9-
version = "3.2.0"
9+
version = "3.3.0-SNAPSHOT"
1010

1111
[dependencies]
1212
chrono = { version = "^0.4", features = ["serde"] }

cloud-scanner-lambda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["boavizta.org", "Olivier de Meringo <demeringo@gmail.com>"]
33
edition = "2021"
44
name = "cloud-scanner-lambda"
5-
version = "3.2.0"
5+
version = "3.3.0-SNAPSHOT"
66

77
[[bin]]
88
name = "bootstrap-scan"

0 commit comments

Comments
 (0)