Skip to content

Commit

Permalink
Prepare for 0.1.0 release
Browse files Browse the repository at this point in the history
Updated NEWS and DESCRIPTION
  • Loading branch information
Aeilert committed Mar 29, 2023
1 parent fb926f4 commit e5959f4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: noAPI
Title: R Client For Public Norwegian APIs
Version: 0.0.0.9000
Version: 0.1.0
Authors@R: c(
person("Ove Haugland", "Jakobsen", role = c("aut", "cre"), email = "ohj@riksrevisjonen.no"),
person("Aleksander", "Eilertsen", role = "aut", email = "ale@riksrevisjonen.no"),
Expand Down
27 changes: 25 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# noAPI 0.0.0.9000
# noAPI 0.1.0 (March 29 2023)

This is the first release of noAPI, introducing the following functions:

Brønnøysundsregisteret:

* `get_entity()`
* `get_roles()`

Kartverket:

* `get_address_info()`
* `find_address_from_point()`

SSB:

* `get_adm_units()`
* `get_municipalities()`
* `get_counties()`
* `get_countries()`
* `get_industrial_codes()`

Norges Bank:

* `get_exchange_rate()`

* Added a `NEWS.md` file to track changes to the package.

0 comments on commit e5959f4

Please sign in to comment.