Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgw committed Nov 3, 2023
1 parent 009b980 commit 9ed608e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.5.1](https://github.com/identification-resources/formica/compare/v0.5.0...v0.5.1) (2023-11-03)


### Bug Fixes

* **resources:** fix file listing in processor ([009b980](https://github.com/identification-resources/formica/commit/009b98091b0f597e91213ace82252facbe3b5fed))



# [0.5.0](https://github.com/identification-resources/formica/compare/v0.4.3...v0.5.0) (2023-10-24)


Expand All @@ -19,13 +28,11 @@

### BREAKING CHANGES

* **resources:**
- "intragenericEpithet" is now "infragenericEpithet"
- "intraspecificEpithet" is now "infraspecificEpithet"
* **resources:** - "intragenericEpithet" is now "infragenericEpithet"
- "intraspecificEpithet" is now "infraspecificEpithet"
* **resources:** Adds additional column, between "higherClassification" and "colTaxonID".
* **resources:**
- Instead of "-u, --update" use "-s modified"
- Instead of "--update-mapping" use "-s all"
* **resources:** - Instead of "-u, --update" use "-s modified"
- Instead of "--update-mapping" use "-s all"
* **resources:** Index will no longer contain "scope" array. "scope" field in YAML header
does no longer pass validation. Use the "taxon_scope" and "scope" fields
in "catalog" instead.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@larsgw/formica",
"version": "0.5.0",
"version": "0.5.1",
"description": "SDK and tools for data from the Library of Identification Resources",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 9ed608e

Please sign in to comment.