Skip to content

Commit b301648

Browse files
committed
docs: write changelog for 4.0.0-dev.3 version
1 parent 292fa51 commit b301648

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 4.0.0-dev.3
2+
- Move core into src folder
3+
- Add `api` import namespace
4+
- Add `container` import namespace
5+
- Add `events` import namespace
6+
- Add `services` import namespace
7+
- Add `utils` import namespace
8+
19
# 4.0.0-dev.2
210
## What's Changed
311
* feat/enhance serialization by @LeadcodeDev in https://github.com/mineral-dart/core/pull/195

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mineral
22
description: Mineral is a Discord framework for designing discord bots in Dart.
3-
version: 4.0.0-dev.2
3+
version: 4.0.0-dev.3
44

55
repository: https://github.com/mineral-dart/core
66
# homepage: https://www.example.com

0 commit comments

Comments
 (0)