Skip to content

Commit b625a85

Browse files
committed
chore(release): prepare for 0.1.1
1 parent fe39a64 commit b625a85

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.1] - 2025-12-18
2+
3+
### 🚀 Features
4+
5+
- Added client.get_logs ([#51](https://github.com/mongodb/atlas-local-lib/pull/51))
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Fix release + make publish --dry-run part of CI checks ([#52](https://github.com/mongodb/atlas-local-lib/pull/52))
110
## [0.1.0] - 2025-12-16
211

312
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atlas-local"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "A library for managing MongoDB Atlas local environments."

LICENSE-3RD-PARTY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ OVERVIEW OF LICENSES:
868868
-----------------------------------------------------------------------------
869869
Apache License 2.0
870870
applies to:
871-
- atlas-local 0.1.0 (https://github.com/mongodb/atlas-local-lib)
871+
- atlas-local 0.1.1 (https://github.com/mongodb/atlas-local-lib)
872872
-----------------------------------------------------------------------------
873873

874874
Apache License

0 commit comments

Comments
 (0)