We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dd13c commit 25463bfCopy full SHA for 25463bf
docs/changelog.md
@@ -1,10 +1,10 @@
1
# Changelog
2
3
-## [0.1.1] - 2024-09-29
+## [0.1.1] - 2024-10-07
4
5
### Fixed
6
7
-- Ensure that equilibration detection functions return integer indices when times are not provided.
+- Ensure that equilibration detection functions always return integer indices when times are not provided.
8
9
## [0.1.0] - 2024-09-23
10
pyproject.toml
@@ -124,7 +124,7 @@ distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
124
method = "git" # <- The method name
125
# Parameters to pass to the method:
126
match = ["*"]
127
-default-tag = "0.1.0"
+default-tag = "0.1.1"
128
129
[tool.versioningit.write]
130
file = "red/_version.py"
0 commit comments