Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for 3.5.2 release #23

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [3.5.2][] ~ 2023-05-09

- update to HELICS [3.5.2](https://github.com/GMLC-TDC/HELICS/releases/tag/v3.5.2) release
- add some code for Octave support
- add some code for Octave support, see [Readme](https://github.com/GMLC-TDC/matHELICS/blob/main/README.md#building-with-octave)

## [3.4.0][] ~ 2023-01-24

Expand All @@ -25,4 +25,5 @@ Initial version to match [HELICS](www.github.com/GMLC-TDC/HELICS) versioning.

[3.2.1]: https://github.com/GMLC-TDC/matHELICS/releases/tag/v3.2.1
[3.3.2]: https://github.com/GMLC-TDC/matHELICS/releases/tag/v3.3.2
[3.4.0]: https://github.com/GMLC-TDC/matHELICS/releases/tag/v3.4.0
[3.4.0]: https://github.com/GMLC-TDC/matHELICS/releases/tag/v3.4.0
[3.5.2]: https://github.com/GMLC-TDC/matHELICS/releases/tag/v3.5.2
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2017-2023, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC.
Copyright (c) 2017-2024, Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable Energy, LLC.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
Loading