Skip to content

Commit

Permalink
🔖(chore) bump release to 1.0.0-beta.0
Browse files Browse the repository at this point in the history
This release indicates our intention to release richie 1.0.

Here are the core features that enabled us to reach this milestone:
- index the courses, organizations & subjects (now categories) in
  ElasticSearch from the DjangoCMS models;
- create course snapshots to keep a history of the versions of a
  course Page throughout its various course runs;
- add full text search queries to the course Search;
- handle facet counts for all our filters in course Search;
- develop plugins for all essential parts: courses, organizations,
  categories, people, licences...

As we prepare to release, here are some improvements and fixes still
ahead of us:
- allow nesting of categories, to let users customize "meta" categories
  and build their own subtrees;
- finish integrating the missing pages and improve the sandbox environment;
- test and polish the use of richie as a django app / node dependency.
  • Loading branch information
mbenadda committed Feb 4, 2019
1 parent 632e197 commit 311f2db
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file.

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).

## [Unreleased]

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

This release indicates our intention to release richie 1.0. It also marks the beginning of this changelog.

Here are the core features that enabled us to reach this milestone:

- index the courses, organizations & subjects (now categories) in ElasticSearch from the DjangoCMS models;
- create course snapshots to keep a history of the versions of a course Page throughout its various course runs;
- add full text search queries to the course Search;
- handle facet counts for all our filters in course Search;
- develop plugins for all essential parts: courses, organizations, categories, people, licences...

As we prepare to release, here are some improvements and fixes still ahead of us:

- allow nesting of categories, to let users customize "meta" categories and build their own subtrees;
- 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
[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": "0.1.0",
"version": "1.0.0-beta.0",
"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 = 0.1.0
version = 1.0.0-beta.0
description = A FUN portal for Open edX
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 311f2db

Please sign in to comment.