Skip to content

Commit

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

- Publish a `master` tagged docker image to DockerHub. It is supposed to reflect
  the `master` branch state.

Fixed:

- The simple_text_ckeditor plugin was not discovered as a python module and thus
  not distributed with Richie's python package.
- The organization logo maximal size is now restrained to its container size.
- We no longer publish development images to DockerHub as they appear useless.
  • Loading branch information
jmaupetit committed Feb 6, 2019
1 parent b28fa9c commit 27a6df4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,19 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0-beta.1] - 2019-02-06

### Added

- Publish a `master` tagged docker image to DockerHub. It is supposed to reflect
the `master` branch state.

### Fixed

- The simple_text_ckeditor plugin was not discovered as a python module and thus
not distributed with Richie's python package.
- The organization logo maximal size is now restrained to its container size.
- We no longer publish development images to DockerHub as they appear useless.

## [1.0.0-beta.0] - 2019-02-04

Expand All @@ -31,5 +40,6 @@ 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.0...master
[unreleased]: https://github.com/openfun/richie/compare/v1.0.0-beta.1...master
[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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "richie",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "A Django-CMS based portal for Open edX courses discovery",
"main": "sandbox/manage.py",
"scripts": {
Expand Down
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.0
version = 1.0.0-beta.1
description = A FUN portal for Open edX
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 27a6df4

Please sign in to comment.