Skip to content

Commit 7269257

Browse files
committed
0.0.0-preview.8
1 parent 4a57c29 commit 7269257

File tree

5 files changed

+95
-53
lines changed

5 files changed

+95
-53
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## [unreleased]
2+
3+
### 🚀 Features
4+
5+
- Improve release process using github workflow ([#18](https://github.com//issues/18))
6+
## [0.0.0-preview.7] - 2025-10-03
7+
8+
### ⚙️ Miscellaneous Tasks
9+
10+
- Verify third-party licenses on PR and change to plaintext format from html third-party licenses
11+
## [0.0.0-preview.6] - 2025-10-02
12+
13+
### ⚙️ Miscellaneous Tasks
14+
15+
- Remove mongodb from exclude list
16+
- Remove mongodb from exclude list
17+
## [0.0.0-preview.5] - 2025-09-25
18+
19+
### 🚀 Features
20+
21+
- Added get_deployment_id
22+
## [0.0.0-preview.4] - 2025-09-24
23+
24+
### 🚀 Features
25+
26+
- Add Coveralls ([#9](https://github.com//issues/9))
27+
- Implement get_connection_string
28+
29+
### 🐛 Bug Fixes
30+
31+
- Update get_connection_string method
32+
## [0.0.0-preview.2] - 2025-09-10
33+
34+
### 🚀 Features
35+
36+
- Add NAPI wrapper for create_deployment #4
37+
## [0.0.0-preview.1] - 2025-09-04
38+
39+
### 🚀 Features
40+
41+
- Implemented connect and listDeployments
42+
## [0.0.0-preview.0] - 2025-09-02

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.7"
6+
version = "0.0.0-preview.8"
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.7
887+
- atlas_local 0.0.0-preview.8
888888
-----------------------------------------------------------------------------
889889

890890
Apache License

0 commit comments

Comments
 (0)