Skip to content

Commit

Permalink
Bump version to 2.8.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
psvenk committed Oct 5, 2021
1 parent 6371668 commit 09f4bf9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.8.1] - tagged 2021-05-08, production TBD
## [2.8.2] - tagged 2021-10-05, production TBD
- Add support for fall 2021 schedule ([#311], [#308])
- Hide PE RSTA on grades tab ([#310])
- Small edits to `login.js` ([#305])
- Clarify software license to be GPL version 3 or later ([#282], [#38])

## [2.8.1] - tagged 2021-05-08, production 2021-05-12
- Hotfix for lunch detection after changes to Aspen and to lunch assignments

## [2.8.0] - tagged 2021-05-08
Expand Down Expand Up @@ -219,8 +225,10 @@ and this project adheres to
[2.7.1]: https://github.com/Aspine/aspine/releases/tag/v2.7.1
[2.8.0]: https://github.com/Aspine/aspine/releases/tag/v2.8.0
[2.8.1]: https://github.com/Aspine/aspine/releases/tag/v2.8.1
[2.8.2]: https://github.com/Aspine/aspine/releases/tag/v2.8.2
[Unreleased]: https://github.com/Aspine/aspine/tree/master

[#38]: https://github.com/Aspine/aspine/issues/38
[#71]: https://github.com/Aspine/aspine/issues/71
[#72]: https://github.com/Aspine/aspine/issues/72
[#74]: https://github.com/Aspine/aspine/issues/74
Expand Down Expand Up @@ -279,6 +287,7 @@ and this project adheres to
[#277]: https://github.com/Aspine/aspine/issues/277
[#284]: https://github.com/Aspine/aspine/issues/284
[#288]: https://github.com/Aspine/aspine/issues/288
[#308]: https://github.com/Aspine/aspine/issues/308
[#98]: https://github.com/Aspine/aspine/pull/98
[#101]: https://github.com/Aspine/aspine/pull/101
[#103]: https://github.com/Aspine/aspine/pull/103
Expand Down Expand Up @@ -352,10 +361,14 @@ and this project adheres to
[#278]: https://github.com/Aspine/aspine/pull/278
[#280]: https://github.com/Aspine/aspine/pull/280
[#281]: https://github.com/Aspine/aspine/pull/281
[#282]: https://github.com/Aspine/aspine/pull/282
[#283]: https://github.com/Aspine/aspine/pull/283
[#286]: https://github.com/Aspine/aspine/pull/286
[#287]: https://github.com/Aspine/aspine/pull/287
[#290]: https://github.com/Aspine/aspine/pull/290
[#294]: https://github.com/Aspine/aspine/pull/294
[#296]: https://github.com/Aspine/aspine/pull/296
[#300]: https://github.com/Aspine/aspine/pull/300
[#305]: https://github.com/Aspine/aspine/pull/305
[#310]: https://github.com/Aspine/aspine/pull/310
[#311]: https://github.com/Aspine/aspine/pull/311
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspine",
"version": "2.8.1",
"version": "2.8.2",
"description": "Alternate frontend for Aspen",
"homepage": "https://github.com/maxtkc/aspine#readme",
"bugs": {
Expand Down

0 comments on commit 09f4bf9

Please sign in to comment.