File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to **[Semantic Versioning](https://semver.org/spec/v2.0
99
1010---
1111
12- ## [ 0.2.1 ] - 2026-03-28
12+ ## [ 0.2.2 ] - 2026-03-28
1313
1414### Fixed
1515
@@ -100,16 +100,16 @@ and this project adheres to **[Semantic Versioning](https://semver.org/spec/v2.0
100100
101101``` shell
102102# if needed
103- git tag -d v0.2.1
104- git push origin :refs/tags/v0.2.1
103+ git tag -d v0.2.2
104+ git push origin :refs/tags/v0.2.2
105105
106106# tag release
107- git tag v0.2.1 -m " 0.2.1 "
108- git push origin v0.2.1
107+ git tag v0.2.2 -m " 0.2.2 "
108+ git push origin v0.2.2
109109```
110110
111- [ Unreleased ] : https://github.com/civic-interconnect/multidimensional-evaluation-engine/compare/v0.2.1 ...HEAD
112- [ 0.2.1 ] : https://github.com/civic-interconnect/multidimensional-evaluation-engine/releases/tag/v0.2.1
111+ [ Unreleased ] : https://github.com/civic-interconnect/multidimensional-evaluation-engine/compare/v0.2.2 ...HEAD
112+ [ 0.2.2 ] : https://github.com/civic-interconnect/multidimensional-evaluation-engine/releases/tag/v0.2.2
113113[ 0.2.0 ] : https://github.com/civic-interconnect/multidimensional-evaluation-engine/releases/tag/v0.2.0
114114[ 0.1.1 ] : https://github.com/civic-interconnect/multidimensional-evaluation-engine/releases/tag/v0.1.1
115115[ 0.1.0 ] : https://github.com/civic-interconnect/multidimensional-evaluation-engine/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments