Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Jan 2, 2022
1 parent a88bcb3 commit e6a72a7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Krotov"
uuid = "b05dcdc7-62f6-4360-bf2c-0898bba419de"
authors = ["Michael Goerz <[email protected]> and contributors"]
version = "0.0.2"
version = "0.0.3"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -15,5 +15,5 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
QuantumControlBase = "^0.0"
QuantumPropagators = "^0.0"
ConcreteStructs = "^0"
ConcreteStructs = "^0.2"
julia = "1.6"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ makedocs(;
"Example 4 (Parametrization)" => "examples/state_to_state_parametrizations.md",
],
"API" => "api.md",
"History" => "history.md",
],
)

Expand Down
5 changes: 5 additions & 0 deletions docs/src/history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# History

## 0.0.3 (2022-01-02)

First public release
9 changes: 9 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ Pages = [
]
Depth = 1
```

### History

```@contents
Pages = [
"history.md",
]
Depth = 1
```

0 comments on commit e6a72a7

Please sign in to comment.