Skip to content

Commit 510d557

Browse files
authored
chore(main): release 1.10.0 (#51)
1 parent 5151c8e commit 510d557

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.10.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [1.10.0](https://github.com/markbeep/vvzapi/compare/v1.9.0...v1.10.0) (2026-02-11)
4+
5+
6+
### Features
7+
8+
* **scraper:** scrape course review ratings ([16a66bf](https://github.com/markbeep/vvzapi/commit/16a66bf487cd31ac7ae0010e13c90b6cf854ae78))
9+
* **search:** add coursereview operator to query by average rating ([5151c8e](https://github.com/markbeep/vvzapi/commit/5151c8e62d16d2215c1c786e1627258a2f9043df))
10+
* **search:** allow querying by lecturer by clicking on name on unit page ([1ea359b](https://github.com/markbeep/vvzapi/commit/1ea359ba1d5540e1f27f94370f84cfb54bff4257))
11+
12+
13+
### Bug Fixes
14+
15+
* **search:** escape title/description in header ([926800a](https://github.com/markbeep/vvzapi/commit/926800a2618c1e14173ca3e877abcc696eef86c2))
16+
17+
18+
### Documentation
19+
20+
* add terms of use for clarity ([2f870f5](https://github.com/markbeep/vvzapi/commit/2f870f515805068e1252970f7e75d2c99eaceb0c))
21+
* added readme banner ([e3b9aab](https://github.com/markbeep/vvzapi/commit/e3b9aab7292bb3ef07ad57d1f825fb499c1754a5))
22+
23+
24+
### Miscellaneous Chores
25+
26+
* add k6 for benchmarking the website ([aa4bafd](https://github.com/markbeep/vvzapi/commit/aa4bafd5ad27462d451fad54df720ca3d89ba924))
27+
* **search:** update index page description ([75e093b](https://github.com/markbeep/vvzapi/commit/75e093babc6d02d2038d52a45e21f124d7e457f5))
28+
329
## [1.9.0](https://github.com/markbeep/vvzapi/compare/v1.8.0...v1.9.0) (2026-02-07)
430

531

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vvzapi"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.14"

0 commit comments

Comments
 (0)