Skip to content

Commit

Permalink
Update version number and documentation for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kefo committed Dec 8, 2022
1 parent 5a6d9a1 commit 1d21894
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IDMETA
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NAME=marc2bibframe2
CENTOS_DIST="centos7 centos8"
VERSION=2.2.0
VERSION=2.2.1
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
--- 2.2.1 2022/12/08
Patch release to finesse how 1XX $t is excised when converting to 240..

--- 2.2.0 2022/12/02
Changes towards updated v2.2.0 specifications:
ConvSpec-200-247-Titles:
Expand Down
6 changes: 6 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# marc2bibframe2 release notes

## v2.2.1

Patch release.

* Finesse how 1XX $t is excised when converting to 240.

## v2.2.0

Conversion updates based on specifications v2.2. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in the distribution in the [spec](spec/) directory. Changes of note:
Expand Down
10 changes: 5 additions & 5 deletions test/marc2bibframe2.xspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<bf:AdminMetadata>
<bf:generationProcess>
<bf:GenerationProcess>
<rdfs:label>DLC marc2bibframe2 v2.2.0</rdfs:label>
<rdfs:label>DLC marc2bibframe2 v2.2.1</rdfs:label>
<bf:generationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:generationDate>
</bf:GenerationProcess>
</bf:generationProcess>
Expand Down Expand Up @@ -222,7 +222,7 @@
<bf:AdminMetadata>
<bf:generationProcess>
<bf:GenerationProcess>
<rdfs:label>DLC marc2bibframe2 v2.2.0</rdfs:label>
<rdfs:label>DLC marc2bibframe2 v2.2.1</rdfs:label>
<bf:generationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:generationDate>
</bf:GenerationProcess>
</bf:generationProcess>
Expand Down Expand Up @@ -425,7 +425,7 @@
<bf:AdminMetadata>
<bf:generationProcess>
<bf:GenerationProcess>
<rdfs:label>DLC marc2bibframe2 v2.2.0</rdfs:label>
<rdfs:label>DLC marc2bibframe2 v2.2.1</rdfs:label>
<bf:generationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:generationDate>
</bf:GenerationProcess>
</bf:generationProcess>
Expand Down Expand Up @@ -673,7 +673,7 @@
<bf:AdminMetadata>
<bf:generationProcess>
<bf:GenerationProcess>
<rdfs:label>DLC marc2bibframe2 v2.2.0</rdfs:label>
<rdfs:label>DLC marc2bibframe2 v2.2.1</rdfs:label>
<bf:generationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:generationDate>
</bf:GenerationProcess>
</bf:generationProcess>
Expand Down Expand Up @@ -1024,7 +1024,7 @@
<bf:AdminMetadata>
<bf:generationProcess>
<bf:GenerationProcess>
<rdfs:label>DLC marc2bibframe2 v2.2.0</rdfs:label>
<rdfs:label>DLC marc2bibframe2 v2.2.1</rdfs:label>
<bf:generationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:generationDate>
</bf:GenerationProcess>
</bf:generationProcess>
Expand Down
2 changes: 1 addition & 1 deletion xsl/variables.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- constants for marc2bibframe2.xsl -->

<!-- Current marc2bibframe2 version -->
<xsl:variable name="vCurrentVersion">v2.2.0</xsl:variable>
<xsl:variable name="vCurrentVersion">v2.2.1</xsl:variable>

<!-- namespace URIs -->
<xsl:variable name="bf">http://id.loc.gov/ontologies/bibframe/</xsl:variable>
Expand Down

0 comments on commit 1d21894

Please sign in to comment.