From b301648b748327a17529d72ac86e9f677b1ef992 Mon Sep 17 00:00:00 2001 From: Baptiste Parmantier Date: Mon, 9 Sep 2024 09:06:55 +0200 Subject: [PATCH] docs: write changelog for 4.0.0-dev.3 version --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c48a0f62c..4ef52a616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 4.0.0-dev.3 +- Move core into src folder +- Add `api` import namespace +- Add `container` import namespace +- Add `events` import namespace +- Add `services` import namespace +- Add `utils` import namespace + # 4.0.0-dev.2 ## What's Changed * feat/enhance serialization by @LeadcodeDev in https://github.com/mineral-dart/core/pull/195 diff --git a/pubspec.yaml b/pubspec.yaml index fe9c7738a..759e51fa6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mineral description: Mineral is a Discord framework for designing discord bots in Dart. -version: 4.0.0-dev.2 +version: 4.0.0-dev.3 repository: https://github.com/mineral-dart/core # homepage: https://www.example.com