Skip to content

Commit 275234a

Browse files
doc(release): release history table updates and grammar fix (#2539)
* fix release notes, number agreement * release notes, explicitly write out urls * release notes, add develop.tex to .gitignore then delete it * release notes, table entry for 6.6.3 with date placeholder
1 parent 18414a6 commit 275234a

File tree

4 files changed

+13
-44
lines changed

4 files changed

+13
-44
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,5 @@ autotest/notebooks/
153153
# pixi environments
154154
.pixi
155155

156-
**/*.lock
156+
**/*.lock
157+
doc/ReleaseNotes/develop.tex

doc/ReleaseNotes/ReleaseNotes.tex

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@ \section{Release History}
164164
\textbf{MODFLOW Version} & \textbf{Date} & \textbf{Digital Object Identifier}\\
165165
\hline
166166
6.0.0 & August 11, 2017 & \url{https://doi.org/10.5066/F76Q1VQV} \\
167-
6.0.1 & September 28, 2017 & same as above \\
168-
6.0.2 & February 23, 2018 & same as above \\
169-
6.0.3 & August 9, 2018 & same as above \\
170-
6.0.4 & March 7, 2019 & same as above \\
171-
6.1.0 & December 12, 2019 & same as above \\
172-
6.1.1 & June 12, 2020 & same as above \\
173-
6.2.0 & October 20, 2020 & same as above \\
174-
6.2.1 & February 18, 2021 & same as above \\
175-
6.2.2 & July 30, 2021 & same as above \\
167+
6.0.1 & September 28, 2017 & \url{https://doi.org/10.5066/F76Q1VQV} \\
168+
6.0.2 & February 23, 2018 & \url{https://doi.org/10.5066/F76Q1VQV} \\
169+
6.0.3 & August 9, 2018 & \url{https://doi.org/10.5066/F76Q1VQV} \\
170+
6.0.4 & March 7, 2019 & \url{https://doi.org/10.5066/F76Q1VQV} \\
171+
6.1.0 & December 12, 2019 & \url{https://doi.org/10.5066/F76Q1VQV} \\
172+
6.1.1 & June 12, 2020 & \url{https://doi.org/10.5066/F76Q1VQV} \\
173+
6.2.0 & October 20, 2020 & \url{https://doi.org/10.5066/F76Q1VQV} \\
174+
6.2.1 & February 18, 2021 & \url{https://doi.org/10.5066/F76Q1VQV} \\
175+
6.2.2 & July 30, 2021 & \url{https://doi.org/10.5066/F76Q1VQV} \\
176176
6.3.0 & March 4, 2022 & \url{https://doi.org/10.5066/P97FFF9M} \\
177177
6.4.0 & November 30, 2022 & \url{https://doi.org/10.5066/P9FL1JCC} \\
178178
6.4.1 & December 9, 2022 & \url{https://doi.org/10.5066/P9FL1JCC} \\
@@ -183,6 +183,7 @@ \section{Release History}
183183
6.6.0 & December 19, 2024 & \url{https://doi.org/10.5066/P1DXFBUR} \\
184184
6.6.1 & February 7, 2025 & \url{https://doi.org/10.5066/P1DXFBUR} \\
185185
6.6.2 & May 12, 2025 & \url{https://doi.org/10.5066/P1DXFBUR} \\
186+
6.6.3 & {\color{red}*** MONTH DAY ***}, 2025 & \url{https://doi.org/10.5066/P1DXFBUR} \\
186187
\hline
187188
\label{tab:releases}
188189
\end{tabular*}

doc/ReleaseNotes/develop.tex

Lines changed: 0 additions & 33 deletions
This file was deleted.

doc/ReleaseNotes/develop.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ description = "Fixed viscosity ratio assignment in the GWT MAW package when the
3131
[[items]]
3232
section = "fixes"
3333
subsection = "internal"
34-
description = "Fixed first-order decay in GWT so that production/decay does not occur when aqueous or sorbed concentration are negative."
34+
description = "Fixed first-order decay in GWT so that production/decay does not occur when aqueous or sorbed concentration is negative."
3535

3636
[[items]]
3737
section = "fixes"

0 commit comments

Comments
 (0)