From a2b8cf27d5733b3f71393118f59ca1f95448e802 Mon Sep 17 00:00:00 2001 From: Christoph Scheuch <19249734+christophscheuch@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:14:49 +0100 Subject: [PATCH 1/3] Update NEWS.md --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f2c9ac9..da2ce69 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# econtools (development version) +# econtools 0.1.1 + +* Introduced `safe_weo_get()` and fixed `year = 2025` and `publication = "Spring"` until `imfweo` support most recent publication again. # econtools 0.1.0 From 6265c8d4bb832fcc6773e66d7abbd5c552f99687 Mon Sep 17 00:00:00 2001 From: Christoph Scheuch <19249734+christophscheuch@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:14:57 +0100 Subject: [PATCH 2/3] Bump version to 0.1.1 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5cb1a37..9d2345a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: econtools Title: Enrich and Analyze Sovereign-Level Economic Data -Version: 0.1.0.9000 +Version: 0.1.1 Authors@R: c( person("Christoph", "Scheuch", , "christoph@tidy-intelligence.com", role = c("aut", "cre", "cph"), From baa4a17e7b61ae67a3864b2d3228e7a04320bd1b Mon Sep 17 00:00:00 2001 From: Christoph Scheuch <19249734+christophscheuch@users.noreply.github.com> Date: Sat, 17 Jan 2026 23:21:02 +0100 Subject: [PATCH 3/3] Increment version number to 0.1.1.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9d2345a..fd1c6d8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: econtools Title: Enrich and Analyze Sovereign-Level Economic Data -Version: 0.1.1 +Version: 0.1.1.9000 Authors@R: c( person("Christoph", "Scheuch", , "christoph@tidy-intelligence.com", role = c("aut", "cre", "cph"), diff --git a/NEWS.md b/NEWS.md index da2ce69..fd68377 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# econtools (development version) + # econtools 0.1.1 * Introduced `safe_weo_get()` and fixed `year = 2025` and `publication = "Spring"` until `imfweo` support most recent publication again.