File tree 2 files changed +20
-7
lines changed
2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ Releases are available on the [github repository](https://github.com/machines-in
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 0.1.1] - 2025-03-22
13
+
14
+ ### Fixed
15
+
16
+ - Changelog last lines format.
17
+
18
+ ### Changed
19
+
20
+ - Bump cachix/install-nix-action from 30 to 31 #55
21
+ - Bump cachix/cachix-action from 15 to 16 #54
22
+
12
23
## [ 0.1.0] - 2025-03-21
13
24
14
25
### Added
@@ -136,9 +147,11 @@ Implementation of numerical solvers used in the Machines in Motion Laboratory.
136
147
137
148
## Git changelogs
138
149
139
- [ unreleased ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.1.0...HEAD
140
- [ v0.0.4...v0.0.5 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.5...v0.1.0
141
- [ v0.0.4...v0.0.5 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.4...v0.0.5
142
- [ v0.0.3...v0.0.4 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.3...v0.0.4
143
- [ v0.0.2...v0.0.3 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.2...v0.0.3
144
- [ v0.0.1...v0.0.2 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.1...v0.0.2
150
+ [ Unreleased ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.1.1...HEAD
151
+ [ 0.1.1 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.1.0...v0.1.1
152
+ [ 0.1.0 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.5...v0.1.0
153
+ [ 0.0.5 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.4...v0.0.5
154
+ [ 0.0.4 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.3...v0.0.4
155
+ [ 0.0.3 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.2...v0.0.3
156
+ [ 0.0.2 ] : https://github.com/machines-in-motion/mim_solvers/compare/v0.0.1...v0.0.2
157
+ [ 0.0.1 ] : https://github.com/machines-in-motion/mim_solvers/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 3" >
3
3
<name >mim_solvers</name >
4
- <version >0.1.0 </version >
4
+ <version >0.1.1 </version >
5
5
<description >Numerical solvers of the Machines in Motion Laboratory.</description >
6
6
<
maintainer email =
" [email protected] " >Sébastien Kleff</
maintainer >
7
7
<
author email =
" [email protected] " >Sébastien Kleff</
author >
You can’t perform that action at this time.
0 commit comments