summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2021-08-26 14:16:15 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2021-08-26 14:16:15 -0500
commit54e481cdb7115b236bcddb86b785d88dcc757c39 (patch)
treeb51679f692e90292901669d2c1bccad347c25434 /CHANGELOG.org
parent816f744169d1ecdb689aba27cb396ab452fdc3fe (diff)
Bumped version number to 0.3.1v0.3.1
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 5fb3641..732b085 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,12 +1,14 @@
* Changelog
All notable changes in this project will be shown in this file.
-** Unreleased
+** v0.3.1 - [2021-08-26 Thu]
*** Added
- Created a user manual
- Create a design document (a document detailing the program's design for programmer use)
*** Changed
- Changed the name of the project from "Unit Converter" to "7Units"
+ - Changed the main package from ~unitConverter~ to ~sevenUnits~
- Tweaked the README, removing content that belongs in the new user manual
+ - Renamed ~SI~ to ~Metric~
** v0.3.0 - [2021-06-12 Sat]
*** Added
- Added a simple unit conversion method to the Unit interface