This commit is contained in:
Josh Holtrop 2024-07-26 22:30:48 -04:00
parent fec2c28693
commit c24f323ff0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## v1.5.1
### Improvements
- Improve performance (#28)
## v1.5.0 ## v1.5.0
### New Features ### New Features

View File

@ -1,3 +1,3 @@
class Propane class Propane
VERSION = "1.5.0" VERSION = "1.5.1"
end end