Skip to content

Commit

Permalink
Bump to v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Nov 18, 2024
1 parent 7210452 commit b933045
Show file tree
Hide file tree
Showing 12 changed files with 158 additions and 32 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.6] - 2024-11-18

### Added

- Add `\citeyear` command.
Expand Down Expand Up @@ -257,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial CTAN release.

[Unreleased]: https://github.com/zepinglee/citeproc-lua/compare/v0.6.5...HEAD
[Unreleased]: https://github.com/zepinglee/citeproc-lua/compare/v0.6.6...HEAD
[0.6.6]: https://github.com/zepinglee/citeproc-lua/compare/v0.6.5...v0.6.6
[0.6.5]: https://github.com/zepinglee/citeproc-lua/compare/v0.6.4...v0.6.5
[0.6.4]: https://github.com/zepinglee/citeproc-lua/compare/v0.6.3...v0.6.4
[0.6.3]: https://github.com/zepinglee/citeproc-lua/compare/v0.6.2...v0.6.3
Expand Down
9 changes: 9 additions & 0 deletions citeproc/citeproc-bibtex-data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4210,6 +4210,15 @@ return {
csl = nil,
source = "adrbirthday.bst",
},
nojournalcomma = {
csl = nil,
source = "tugboat.bst",
},
texdoc = {
csl = nil,
source = "my_biblatex_data_model.dbx",
type = "literal",
},
},
macros = {
acmcs = {
Expand Down
127 changes: 118 additions & 9 deletions citeproc/citeproc-journal-data.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion citeproc/citeproc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
util = require("citeproc.util")
end

citeproc.__VERSION__ = "0.6.5"
citeproc.__VERSION__ = "0.6.6"

citeproc.new = engine.CiteProc.new
citeproc.util = util
Expand Down
2 changes: 1 addition & 1 deletion docs/citation-style-language-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}%
}

\date{2024-10-05 v0.6.5}
\date{2024-11-18 v0.6.6}

\maketitle

Expand Down
2 changes: 1 addition & 1 deletion docs/citeproc-lua.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH citeproc-lua 1 "0.6.5"
.TH citeproc-lua 1 "0.6.6"
.SH NAME
citeproc-lua \- make CSL citations and bibliography for LaTeX
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion latex/citation-style-language.sty
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
\RequirePackage{expl3}
\RequirePackage{xparse}

\ProvidesExplPackage {citation-style-language} {2024-10-05} {0.6.5}
\ProvidesExplPackage {citation-style-language} {2024-11-18} {0.6.6}
{Citation Style Language for LaTeX}

\RequirePackage { l3keys2e }
Expand Down
9 changes: 9 additions & 0 deletions scripts/citeproc-bibtex-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,10 @@
"csl": null,
"source": "jox.bst"
},
"nojournalcomma": {
"csl": null,
"source": "tugboat.bst"
},
"nolink": {
"csl": null,
"source": "quantum.bst"
Expand Down Expand Up @@ -2930,6 +2934,11 @@
"source": "biblatex-gost.dbx",
"type": "literal"
},
"texdoc": {
"csl": null,
"source": "my_biblatex_data_model.dbx",
"type": "literal"
},
"text": {
"csl": null,
"source": "apacite.bst"
Expand Down
2 changes: 1 addition & 1 deletion submodules/locales
26 changes: 11 additions & 15 deletions submodules/styles/modern-humanities-research-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<category citation-format="note"/>
<category field="generic-base"/>
<summary>MHRA format with full notes and bibliography</summary>
<updated>2024-05-14T10:11:14-04:00</updated>
<updated>2024-10-30T12:10:40-04:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -102,21 +102,17 @@
</else>
</choose>
</macro>
<macro name="disambiguate">
<macro name="title-subsequent">
<choose>
<if disambiguate="true">
<choose>
<if variable="title" match="none">
<text macro="issued"/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" text-case="title" form="short"/>
</else-if>
<else>
<text variable="title" quotes="true" text-case="title" form="short"/>
</else>
</choose>
<if variable="title" match="none">
<text macro="issued"/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" text-case="title" form="short"/>
</else-if>
<else>
<text variable="title" quotes="true" text-case="title" form="short"/>
</else>
</choose>
</macro>
<macro name="title-sort-substitute">
Expand Down Expand Up @@ -449,7 +445,7 @@
<if position="subsequent">
<group delimiter=", ">
<text macro="contributors-short"/>
<text macro="disambiguate"/>
<text macro="title-subsequent"/>
<text macro="locators-specific-note"/>
</group>
<text macro="point-locators-subsequent"/>
Expand Down
2 changes: 1 addition & 1 deletion tests/locales

0 comments on commit b933045

Please sign in to comment.