Skip to content

Commit cf08dc5

Browse files
committed
chore(release): prepare for 0.1.0
1 parent 0652812 commit cf08dc5

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.0.1] - 2025-12-15
1+
## [0.1.0] - 2025-12-16
22

33
### 🚀 Features
44

@@ -16,6 +16,7 @@
1616
- [**breaking**] Git add emoved verify option and switch to quay.io ([#21](https://github.com/mongodb/atlas-local-lib/pull/21))
1717
- Get deployment id without networking, fixes library inside of docker ([#23](https://github.com/mongodb/atlas-local-lib/pull/23))
1818
- Add support for loading sample data ([#44](https://github.com/mongodb/atlas-local-lib/pull/44))
19+
- Integrate serde for serialization and deserialization ([#48](https://github.com/mongodb/atlas-local-lib/pull/48))
1920

2021
### 🐛 Bug Fixes
2122

@@ -41,4 +42,6 @@
4142
- Change merge strategy to --squash for dependabot prs ([#34](https://github.com/mongodb/atlas-local-lib/pull/34))
4243
- Re-generate third party licenses on dependabot PR ([#35](https://github.com/mongodb/atlas-local-lib/pull/35))
4344
- Fix auto-merge for github action dependabot updates ([#36](https://github.com/mongodb/atlas-local-lib/pull/36))
44-
- Improve boolean handling
45+
- Improve boolean handling ([#45](https://github.com/mongodb/atlas-local-lib/pull/45))
46+
- Set up release github action ([#49](https://github.com/mongodb/atlas-local-lib/pull/49))
47+
- Fix release process ([#50](https://github.com/mongodb/atlas-local-lib/pull/50))

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.1.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
@@ -862,7 +862,7 @@ OVERVIEW OF LICENSES:
862862
-----------------------------------------------------------------------------
863863
Apache License 2.0
864864
applies to:
865-
- atlas-local 0.0.1 (https://github.com/mongodb/atlas-local-lib)
865+
- atlas-local 0.1.0 (https://github.com/mongodb/atlas-local-lib)
866866
-----------------------------------------------------------------------------
867867

868868
Apache License

0 commit comments

Comments
 (0)