Skip to content

Commit 59f935a

Browse files
committed
1.0.0
1 parent 190c448 commit 59f935a

File tree

6 files changed

+67
-100
lines changed

6 files changed

+67
-100
lines changed

CHANGELOG.md

Lines changed: 13 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,25 @@
1-
## [0.0.0-preview.11] - 2025-10-10
1+
## [1.0.0] - 2025-10-14
22

3-
### ⚙️ Miscellaneous Tasks
4-
5-
- Move generate release notes step earlier ([#22](https://github.com/mongodb-js/atlas-local-lib-js/pull/22))
6-
## [0.0.0-preview.10] - 2025-10-10
7-
8-
### 🐛 Bug Fixes
3+
### 🚀 Features
94

10-
- Use latest changes in release notes ([#21](https://github.com/mongodb-js/atlas-local-lib-js/pull/21))
11-
## [0.0.0-preview.9] - 2025-10-09
5+
- Implemented connect and listDeployments
6+
- Add NAPI wrapper for create_deployment #4
7+
- Add Coveralls ([#9](https://github.com/mongodb-js/atlas-local-lib-js/pull/9))
8+
- Implement get_connection_string
9+
- Added get_deployment_id
10+
- Improve release process using github workflow ([#18](https://github.com/mongodb-js/atlas-local-lib-js/pull/18))
1211

1312
### 🐛 Bug Fixes
1413

14+
- Update get_connection_string method
1515
- Fix update to changelog in release process ([#19](https://github.com/mongodb-js/atlas-local-lib-js/pull/19))
1616
- Add license files to GitHub release ([#20](https://github.com/mongodb-js/atlas-local-lib-js/pull/20))
17-
## [0.0.0-preview.8] - 2025-10-08
18-
19-
### 🚀 Features
20-
21-
- Improve release process using github workflow ([#18](https://github.com/mongodb-js/atlas-local-lib-js/pull/18))
22-
## [0.0.0-preview.7] - 2025-10-03
23-
24-
### ⚙️ Miscellaneous Tasks
25-
26-
- Verify third-party licenses on PR and change to plaintext format from html third-party licenses
27-
## [0.0.0-preview.6] - 2025-10-02
17+
- Use latest changes in release notes ([#21](https://github.com/mongodb-js/atlas-local-lib-js/pull/21))
2818

2919
### ⚙️ Miscellaneous Tasks
3020

3121
- Remove mongodb from exclude list
3222
- Remove mongodb from exclude list
33-
## [0.0.0-preview.5] - 2025-09-25
34-
35-
### 🚀 Features
36-
37-
- Added get_deployment_id
38-
## [0.0.0-preview.4] - 2025-09-24
39-
40-
### 🚀 Features
41-
42-
- Add Coveralls ([#9](https://github.com/mongodb-js/atlas-local-lib-js/pull/9))
43-
- Implement get_connection_string
44-
45-
### 🐛 Bug Fixes
46-
47-
- Update get_connection_string method
48-
## [0.0.0-preview.2] - 2025-09-10
49-
50-
### 🚀 Features
51-
52-
- Add NAPI wrapper for create_deployment #4
53-
## [0.0.0-preview.1] - 2025-09-04
54-
55-
### 🚀 Features
56-
57-
- Implemented connect and listDeployments
58-
## [0.0.0-preview.0] - 2025-09-02
23+
- Verify third-party licenses on PR and change to plaintext format from html third-party licenses
24+
- Move generate release notes step earlier ([#22](https://github.com/mongodb-js/atlas-local-lib-js/pull/22))
25+
- Renamed npm package from @mongodb-js-preview/atlas-local to @mongodb-js/atlas-local

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
@@ -3,7 +3,7 @@
33
authors = ["APIx DevTools team"]
44
edition = "2021"
55
name = "atlas_local"
6-
version = "0.0.0-preview.11"
6+
version = "1.0.0"
77

88
[lib]
99
crate-type = ["cdylib"]

LICENSE-3RD-PARTY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
884884
Apache License 2.0
885885
applies to:
886886
- atlas-local 0.1.0
887-
- atlas_local 0.0.0-preview.11
887+
- atlas_local 1.0.0
888888
-----------------------------------------------------------------------------
889889

890890
Apache License

0 commit comments

Comments
 (0)