Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Jan 31, 2025
1 parent 83345ed commit 392da78
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: kwb.en13508.2
Title: Read and Write CCTV Inspection Data According to Norm
EN13508-2
Version: 0.3.0.9000
Version: 0.4.0
Authors@R:
c(person(given = "Hauke",
family = "Sonnenberg",
Expand Down
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## kwb.en13508.2 v0.4.0 (2025-01-31)

major changes

public
- new: replaceInspectionId()

private
- new: addInspectionNumbers()
- new: getInspectionNumbers()
- new: getInspectionNumbers.old()
- new: extractInspectionData_v1()
- createHashFromColumns(): add args "makeUnique", "allowDuplicates""
- getInspectionRecordsFromEuLines(): rename to extractInspectionData()
- getInspectionRecords_v2():
- rename to extractInspectionData_v2(),
- rename arg "eu_lines" to "text"
- extractObservationData(): rename to extractObservationData_2()

plus many more changes...

## kwb.en13508.2 v0.3.0 (2024-03-28)

### General
Expand Down

0 comments on commit 392da78

Please sign in to comment.