From 5efb8bd5db9489c95061b7ef968e5c91ae3d8ac5 Mon Sep 17 00:00:00 2001 From: lbluque Date: Sun, 11 Dec 2022 22:01:54 -0800 Subject: [PATCH] update CHANGES.md --- CHANGES.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3814d44ba..f7f87d18f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [Unreleased] Use this section to keep track of changes in the works. ### Added -* `WangLandau` kernel class for density of states sampling. #294 @qchempku2017 & @lbluque -* `Metadata` class to record specifications of MC simulations. #297 @lbluque ### Changed ### Fixed -* Remove size key when all orbits of a certain size have been removed. #292 @lbluque ### Removed ### Deprecated +# [v0.2.0](https://github.com/CederGroupHub/smol/releases/tag/v0.2.0) (2022-12-11) +### Added +* `WangLandau` kernel class for density of states sampling. #294 @qchempku2017 & @lbluque +* `Metadata` class to record specifications of MC simulations. #297 @lbluque +### Fixed +* Remove size key when all orbits of a certain size have been removed. #292 @lbluque + # [v0.1.0](https://github.com/CederGroupHub/smol/releases/tag/v0.1.0) (2022-10-20) ### Added * Charge neutral semi grand canonical sampling. #271 @qchempku2017