Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowrey committed Sep 24, 2024
1 parent 64b01e4 commit ee6c5b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-09-24

### Added

- Add a way to filter teaching units by teaching center.

## [0.1.1] - 2024-09-14

### Fixed
Expand All @@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Click on teaching unit's title or code no longer select the teaching unit.
- Restore the academic center drop-down on teaching units.

[unreleased]: https://github.com/flowrey/cnaminator/compare/v0.1.1...HEAD
[unreleased]: https://github.com/flowrey/cnaminator/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/flowrey/cnaminator/releases/tag/v0.2.0
[0.1.1]: https://github.com/flowrey/cnaminator/releases/tag/v0.1.1
[0.1.0]: https://github.com/flowrey/cnaminator/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const manifest = {
manifest_version: 3,
name: "CNAMinator",
description: "A web extension to help selecting teaching unit for the CNAM.",
version: "0.1.1",
version: "0.2.0",
icons: {
16: "icons/icon16.png",
32: "icons/icon32.png",
Expand Down

0 comments on commit ee6c5b1

Please sign in to comment.