Skip to content

Commit 7abbba4

Browse files
authored
Prep for 3.8.2 (#693)
1 parent d99950d commit 7abbba4

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,24 @@ If you need to regenerate the help documentation, see the [README-docs.txt](READ
5656

5757

5858
# Release notes
59+
## Release notes for 3.8.2
60+
61+
Bugs addressed in this release:
62+
63+
* [#674](../../issues/674) Continuity Editor Panel requires double click to populate dropdown
64+
* [#681](../../issues/681) CalChart Coord division by float is incorrect
65+
66+
Other changes:
67+
68+
* [#653](../../issues/653) Clean up point picker
69+
* [#665](../../issues/665) Fix up GetRelabelMapping to not require sheet_iterator
70+
* [#667](../../issues/667) remove CalChartDoc begin and end
71+
* [#669](../../issues/669) Put mCurrentReferencePoint into core/show
72+
* [#671](../../issues/671) Remove GetCurrentSheet from Doc
73+
* [#675](../../issues/675) User setting for beat slider in viewer
74+
* [#676](../../issues/676) Make the name spacing of draw easier to read and put new things in
75+
* [#679](../../issues/679) Fix the broken build by updating docopt
76+
5977
## Release notes for 3.8.1
6078

6179
Bugs addressed in this release:

RELEASE_INSTRUCTIONS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Checklist
1313

1414
CalChart uses CMake and Github actions to automate the release process. When you push a tag for the repository, github will build and package the release.
1515

16-
The current calchart version is 3.8.1. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.8.1). When incrementing, be sure to consider if it's time to bump the MINOR version. Only do that if there's incompatibilities, such as a new feature that won't work on a previous version of CalChart.
16+
The current calchart version is 3.8.2. In all commands below, substitute that number for `$CCVER` (meaning when you read `$CCVER`, type 3.8.2). When incrementing, be sure to consider if it's time to bump the MINOR version. Only do that if there's incompatibilities, such as a new feature that won't work on a previous version of CalChart.
1717

1818
1. Create a git branch to prep the changes: `git checkout -b dev/prep_$CCVER`
1919

@@ -32,8 +32,8 @@ awk '//; /^# Release notes/{while(getline<"LATEST_RELEASE_NOTES.md"){print}}' RE
3232
6. Tag the depot
3333

3434
```
35-
$ git tag -a v3.8.1 -m "calchart-3.8.1"
36-
$ git push origin v3.8.1
35+
$ git tag -a v3.8.2 -m "calchart-3.8.2"
36+
$ git push origin v3.8.2
3737
```
3838

3939
This should trigger the github action, which should publish release notes in Draft form.

0 commit comments

Comments
 (0)