Skip to content

Commit

Permalink
Merge pull request #72 from chrishavlin/release_prep_1pt1pt1
Browse files Browse the repository at this point in the history
release prep v1.1.1
  • Loading branch information
chrishavlin authored Nov 16, 2023
2 parents ada858c + 3d1994d commit 4270518
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
15 changes: 15 additions & 0 deletions release_history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v1.1.0

## new features

- allow user-specified unrelaxed shear and bulk moduli [#63](https://github.com/vbr-calc/vbr/pull/63)
- updates to documentation [#68](https://github.com/vbr-calc/vbr/pull/68), [#57](https://github.com/vbr-calc/vbr/issues/57)

## bug fixes

no bugs

## changes

- improved error messages in test framework [#65](https://github.com/vbr-calc/vbr/issues/65)

# v1.0.1

Bug fix release.
Expand Down
13 changes: 3 additions & 10 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# v1.1.0
# v1.1.1

## new features

- allow user-specified unrelaxed shear and bulk moduli [#63](https://github.com/vbr-calc/vbr/pull/63)
- updates to documentation [#68](https://github.com/vbr-calc/vbr/pull/68), [#57](https://github.com/vbr-calc/vbr/issues/57)
Minor bug fix release

## bug fixes

no bugs

## changes

- improved error messages in test framework [#65](https://github.com/vbr-calc/vbr/issues/65)
- fix for zenodo sync
2 changes: 1 addition & 1 deletion vbr/support/vbr_version.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
% return the current VBRc version
Version.major = 1;
Version.minor = 1;
Version.patch = 0;
Version.patch = 1;
Version.version = [num2str(Version.major), '.', ...
num2str(Version.minor), '.', ...
num2str(Version.patch)];
Expand Down

0 comments on commit 4270518

Please sign in to comment.