Skip to content

Commit

Permalink
🔖(chore) bump release to 1.0.0-beta.3
Browse files Browse the repository at this point in the history
Changed

- Improved Docker image: now it does not ship with the project sources but
  only with runtime-required requirements (_i.e._ the sandbox and richie's
  package installed globally).

Fixed

- Richie templates now live in core instead of sandbox.
- Reorganize the search frontend to support nested filters.
- The CI now effectively tests packaging issues.
- The `apps.core.fields` module is no longer missing from Richie's package.
- Fixed the `bin/pylint` script to work with the default database
  engine (PostgreSQL)
- Fixed `rebuild` & `bootstrap` Makefile rules
  • Loading branch information
mbenadda committed Mar 15, 2019
1 parent a3c107e commit 4ec2022
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0-beta.3] - 2019-03-15

### Changed

- Improved Docker image: now it does not ship with the project sources but only
with runtime-required requirements (_i.e._ the sandbox and richie's package
installed globally).
- Improved Docker image: now it does not ship with the project sources but only with runtime-required requirements (_i.e._ the sandbox and richie's package installed globally).

### Fixed

- Richie templates now live in core instead of sandbox.
- Reorganize the search frontend to support nested filters.
- The CI now effectively tests packaging issues.
- The `apps.core.fields` module is no longer missing from Richie's package.
- Fixed the `bin/pylint` script to work with the default database engine
(PostgreSQL)
- Fixed the `bin/pylint` script to work with the default database engine (PostgreSQL)
- Fixed `rebuild` & `bootstrap` Makefile rules

## [1.0.0-beta.2] - 2019-03-13
Expand Down Expand Up @@ -72,7 +73,8 @@ As we prepare to release, here are some improvements and fixes still ahead of us
- finish integrating the missing pages and improve the sandbox environment;
- test and polish the use of richie as a django app / node dependency.

[unreleased]: https://github.com/openfun/richie/compare/v1.0.0-beta.2...master
[unreleased]: https://github.com/openfun/richie/compare/v1.0.0-beta.3...master
[1.0.0-beta.3]: https://github.com/openfun/richie/compare/v1.0.0-beta.2...v1.0.0-beta.3
[1.0.0-beta.2]: https://github.com/openfun/richie/compare/v1.0.0-beta.1...v1.0.0-beta.2
[1.0.0-beta.1]: https://github.com/openfun/richie/compare/v1.0.0-beta.0...v1.0.0-beta.1
[1.0.0-beta.0]: https://github.com/openfun/richie/compare/11ec5d911b9a9097535adbbf4f62957a7ab05356...v1.0.0-beta.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = richie
version = 1.0.0-beta.2
version = 1.0.0-beta.3
description = A FUN portal for Open edX
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "richie",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "A Django-CMS based portal for Open edX courses discovery",
"main": "sandbox/manage.py",
"scripts": {
Expand Down

0 comments on commit 4ec2022

Please sign in to comment.