From ebc9d38aa93c5fb9db4274959dacb01272a67108 Mon Sep 17 00:00:00 2001 From: Gleb Batykov Date: Fri, 11 Nov 2022 17:58:18 +0300 Subject: [PATCH] Updates package version --- CHANGELOG.md | 9 ++++++++- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8453603..cb5ecac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# 0.2.7 +# 0.2.8 + +- Update CLI tools; +- Update README files; +- Add const constructor to AgentData class; +- Add class FileLoggerAgentData. It was removed in previous versions. Now added back. + +## 0.2.7 - Update documentation. diff --git a/pubspec.yaml b/pubspec.yaml index c502626..6f07d90 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: minerva description: Dart backend framework. Supports multithreading, websockets. It contains project build system, request processing pipeline, authentication aids, and logging tools. -version: 0.2.7 +version: 0.2.8 homepage: https://github.com/GlebBatykov/minerva environment: