From 9301dbc47f16941cc5c910394e318e228c5b6e66 Mon Sep 17 00:00:00 2001 From: kshib Date: Sun, 31 Mar 2024 21:49:59 +0530 Subject: [PATCH] v0.7.1 --- changelog.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a4a0c5c..5278944 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.1] - 2024-03-31 + +### Changed: +- Concurrent loading from sources instead of serially + +### Added: +- Source: The Guardian + +### Fixed: +- Refresh (again) + ## [0.6.0] - 2024-03-24 diff --git a/pubspec.yaml b/pubspec.yaml index b9525bf..b090246 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: raven description: "News aggregator" publish_to: 'none' -version: 0.6.0+1 +version: 0.7.1+1 environment: sdk: '>=3.2.1 <4.0.0'