Skip to content

Commit 239a3c0

Browse files
committed
chore(release): prepare for 0.0.2
1 parent fc4ecaa commit 239a3c0

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [0.0.2] - 2025-12-05
2+
3+
### ⚙️ Miscellaneous Tasks
4+
5+
- Initial repository + ci setup ([#1](https://github.com/mongodb/atlas-local-cli/pull/1))
6+
- Disable auto updating github actions ([#8](https://github.com/mongodb/atlas-local-cli/pull/8))
7+
- Setup release process ([#7](https://github.com/mongodb/atlas-local-cli/pull/7))

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.0.1"
3+
version = "0.0.2"
44
edition = "2024"
55
license = "Apache-2.0"
66
repository = "https://github.com/mongodb/atlas-local-cli/"

LICENSE-3RD-PARTY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ OVERVIEW OF LICENSES:
443443
-----------------------------------------------------------------------------
444444
Apache License 2.0
445445
applies to:
446-
- atlas-local 0.0.1 (https://github.com/mongodb/atlas-local-cli/)
446+
- atlas-local 0.0.2 (https://github.com/mongodb/atlas-local-cli/)
447447
- clap_builder 4.5.15 (https://github.com/clap-rs/clap)
448448
- clap_derive 4.5.13 (https://github.com/clap-rs/clap)
449449
- clap_lex 0.7.2 (https://github.com/clap-rs/clap)

0 commit comments

Comments
 (0)