Skip to content

Commit

Permalink
Merge f1f46f4 into ad9f0fc
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 4, 2023
2 parents ad9f0fc + f1f46f4 commit 383b7bf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# History of Measurements.jl

## v2.11.0 (2023-11-03)

### New features

* New package extension with
[`BaseType.jl`](https://github.com/SymbolicML/BaseType.jl)
([#156](https://github.com/JuliaPhysics/Measurements.jl/pull/156)).

## v2.10.0 (2023-09-21)

### New features
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Measurements"
uuid = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
authors = ["Mosè Giordano <mose@gnu.org>"]
version = "2.10.0"
version = "2.11.0"

[deps]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Documenter = "~0.27"
Documenter = "1"
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ makedocs(
"Development" => "todo.md",
"Appendix" => "appendix.md",
],
strict = true,
)

deploydocs(
Expand Down

0 comments on commit 383b7bf

Please sign in to comment.