Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
* Adds a CHANGES.md file with automatically generated changelog.
* Removes unused CHANGES.rst file and the corresponding inclusion and
  files in the Sphinx documentation directory.
* Adds a RELEASE-NOTES.md file.
* The version.py file is already updated in the precedent commit.

Co-Authored-by: Igor Milhit <[email protected]>
  • Loading branch information
iGormilhit and Igor Milhit committed Dec 18, 2020
1 parent da0b169 commit 2c813fb
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 52 deletions.
41 changes: 41 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Changelog

## [v0.2.0](https://github.com/rero/rero-ebooks/tree/v0.2.0) (2020-12-18)

[Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.1.0a1...v0.2.0)

**Closed issues:**

- Initial Update [\#35](https://github.com/rero/rero-ebooks/issues/35)
- Broken links on homepage [\#28](https://github.com/rero/rero-ebooks/issues/28)

**Merged pull requests:**

- assets: move to webpack [\#39](https://github.com/rero/rero-ebooks/pull/39) ([rerowep](https://github.com/rerowep))
- invenio 3.3 [\#38](https://github.com/rero/rero-ebooks/pull/38) ([rerowep](https://github.com/rerowep))

## [v0.1.0a1](https://github.com/rero/rero-ebooks/tree/v0.1.0a1) (2019-05-27)

[Full Changelog](https://github.com/rero/rero-ebooks/compare/072714c4e83bd2c6bafca45d87df60e9e754a6ab...v0.1.0a1)

**Implemented enhancements:**

- new cookiecutter [\#11](https://github.com/rero/rero-ebooks/issues/11)

**Fixed bugs:**

- Socket closed in worker [\#9](https://github.com/rero/rero-ebooks/issues/9)
- deduplication of uri [\#5](https://github.com/rero/rero-ebooks/issues/5)

**Merged pull requests:**

- fix: license update [\#12](https://github.com/rero/rero-ebooks/pull/12) ([Garfield-fr](https://github.com/Garfield-fr))
- Record deletion [\#7](https://github.com/rero/rero-ebooks/pull/7) ([rerowep](https://github.com/rerowep))
- automatic harvest [\#4](https://github.com/rero/rero-ebooks/pull/4) ([rerowep](https://github.com/rerowep))
- oai config [\#3](https://github.com/rero/rero-ebooks/pull/3) ([rerowep](https://github.com/rerowep))
- feat: ebook record dedup [\#2](https://github.com/rero/rero-ebooks/pull/2) ([BadrAly](https://github.com/BadrAly))
- clean: remove not necessary modules and remove view [\#1](https://github.com/rero/rero-ebooks/pull/1) ([Garfield-fr](https://github.com/Garfield-fr))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
26 changes: 0 additions & 26 deletions CHANGES.rst

This file was deleted.

37 changes: 37 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Release notes
copyright: Copyright (C) 2020 RERO
license: GNU Affero General Public License
---

# Release notes

## v0.5.0

## Harvesting

- Adds XSL style to OAI2D.
- Deletes resource links to unavailable ebooks during harvesting.
- Fixes connection issues with `ApiHarvestConfig`.
- Deactivates OAI harvesting tasks, that should be a crontab job.
- Fixes API blueprint configuration.

### Instance

- Updates `invenio` to version `3.2`, and then `3.3`.
- Updates ElasticSearch to version `7`.
- Updates PostgreSQL to version `12`.
- Updates `nginx` configuration to disable restriction on request level.
- Updates `bootstrap` script to [rero-ils][1] practices.
- Updates `Pipfile` and `Pipfile.lock` files to [rero-ils][1] practices. Then,
moves to `poetry`.
- Deletes `invenio-records` `CLI` (deprecated).
- Moves to GitHub actions for *Continuous integration* (CI).
- Moves assets management to webpack.

### Issues

- [#28][i28]: Broken links on homepage.

[1]: https://github.com/rero/rero-ils
[i28]: https://github.com/rero/rero-ebooks/issues/28
25 changes: 0 additions & 25 deletions docs/changes.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ interested.
:maxdepth: 1

contributing
changes
license
authors

0 comments on commit 2c813fb

Please sign in to comment.