File tree Expand file tree Collapse file tree 5 files changed +95
-53
lines changed Expand file tree Collapse file tree 5 files changed +95
-53
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 3
3
authors = [" APIx DevTools team" ]
4
4
edition = " 2021"
5
5
name = " atlas_local"
6
- version = " 0.0.0-preview.7 "
6
+ version = " 0.0.0-preview.8 "
7
7
8
8
[lib ]
9
9
crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -884,7 +884,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
884
884
Apache License 2.0
885
885
applies to:
886
886
- atlas-local 0.1.0
887
- - atlas_local 0.0.0-preview.7
887
+ - atlas_local 0.0.0-preview.8
888
888
-----------------------------------------------------------------------------
889
889
890
890
Apache License
You can’t perform that action at this time.
0 commit comments