Skip to content

Commit 2e2bc8a

Browse files
committed
chore(release): prepare for 0.2.0
1 parent d8d85cc commit 2e2bc8a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.2.0] - 2025-12-19
2+
3+
### 🚜 Refactor
4+
5+
- Update get_logs implementation to return logs as a vector and remove LogOutputStream ([#53](https://github.com/mongodb/atlas-local-lib/pull/53))
16
## [0.1.1] - 2025-12-18
27

38
### 🚀 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.1"
3+
version = "0.2.0"
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.1 (https://github.com/mongodb/atlas-local-lib)
871+
- atlas-local 0.2.0 (https://github.com/mongodb/atlas-local-lib)
872872
-----------------------------------------------------------------------------
873873

874874
Apache License

0 commit comments

Comments
 (0)