Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: entsoeapi
Type: Package
Title: An R Wrapper for the European Network of Transmission System Operators for Electricity Application Programming Interface
Version: 0.9.4.0
Version: 0.9.5.0
Authors@R: c(person("Kenneth", "Rose", role="aut", email="kennethrose82@gmail.com"),
person("Sándor", "Budai", role=c("aut", "cre"), email="sbudai.ga@gmail.com"))
Description: Simple and standardized wrappers around Entso-E API's Market, Load, Generation,
Expand Down Expand Up @@ -30,7 +30,7 @@ Imports:
Encoding: UTF-8
Language: en-US
LazyData: true
URL: https://krose.github.io/entsoeapi, https://krose.github.io/entsoeapi/
URL: https://github.com/krose/entsoeapi/, https://krose.github.io/entsoeapi/
BugReports: https://github.com/krose/entsoeapi/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# entsoeapi v0.9.5.0 (2026-03-05)

## New functionality

- new area_types were introduced — 2 codes: A01, A02
- new sub_area_types were introduced — 7 codes: A01–A07
- new connection_category_types were introduced — 10 codes: E03–E12
- new customer_types were introduced — 4 codes: A01–A04

## Miscellaneous

- business_types got new value — C96
- reason_code_types got new values — B83, B84, B85

# entsoeapi v0.9.4.0 (2026-03-04)

## New functionality
Expand Down
Loading