Skip to content

Commit ef868ec

Browse files
committed
1.0.2
1 parent ada36ab commit ef868ec

File tree

6 files changed

+84
-54
lines changed

6 files changed

+84
-54
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.2] - 2025-10-16
2+
3+
### 🚀 Features
4+
5+
- Export enums as string unions instead of enums
6+
- Export enums as string unions instead of enums
7+
8+
### ⚙️ Miscellaneous Tasks
9+
10+
- Include version number in release workflow run name
11+
- Added dependabot ([#27](https://github.com/mongodb-js/atlas-local-lib-js/pull/27))
12+
- Fixed issue with dependabot auto-approve (correct repository now) ([#32](https://github.com/mongodb-js/atlas-local-lib-js/pull/32))
113
## [1.0.0] - 2025-10-14
214

315
### 🚀 Features

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 = "1.0.1"
6+
version = "1.0.2"
77
license = "Apache-2.0"
88

99
[lib]

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 1.0.1
887+
- atlas_local 1.0.2
888888
-----------------------------------------------------------------------------
889889

890890
Apache License

0 commit comments

Comments
 (0)