From 311f2db0cf2a7d5c9a48b9f3ce9154823bf70a24 Mon Sep 17 00:00:00 2001 From: Mehdi Benadda Date: Mon, 4 Feb 2019 18:21:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(chore)=20bump=20release=20to=201.0?= =?UTF-8?q?.0-beta.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- setup.cfg | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..bf6730c485 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a677d91cfe..4474690c13 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/setup.cfg b/setup.cfg index c2554d7e71..e62b7f6a1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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