Skip to content
Snippets Groups Projects
CHANGELOG.md 1.99 KiB
Newer Older
## Version 3.1.0 (2023-11-14)
### 🎉 New features

- Add notation attribute to Concept
- Register skos notation concept to allow import
- update Concept dec_title to show notation

## Version 3.0.0 (2023-10-03)
### 🎉 New features

- run flynt on the code base to convert everything into f-strings
- run pyupgrade
- upgrade cubicweb to version 4
  *BREAKING CHANGE*: upgrade cubicweb to version 4

### 📝 Documentation

- licence: update licence dates

### 🤖 Continuous integration

- gitlab-ci: use templates from a common repository
- that tox option is now named allowlist_externals

## Version 2.4.0 (2022-11-24)
### 🎉 New features

- cubicweb-3.38: change all cubicweb.web/views to cubicweb_web cube
  *BREAKING CHANGE*: change all cubicweb.web/views to cubicweb_web cube

### 🤖 Continuous integration

- gitlab-ci: use templates from a common repository

## Version 2.3.0 (2022-04-08)
### 🎉 New features

- setup.py: increase cubicweb max version to 3.37.x

## Version 2.2.0 (2022-04-08)
### 🎉 New features

- setup.py: increase cubicweb max version to 3.36.x

### 👷 Bug fixes

- tests: install psycopg2-binary for tests

## Version 2.1.0 (2022-04-05)
### 🎉 New features

- cube-doctor: add add-set-cubicweb-max-version
- setup.py: increase cubicweb max version to 3.31.x

### 👷 Bug fixes

- Entity.Adapter is definitely moved only in cubicweb3.28

### 📝 Documentation

- licence: update licence dates

### 🤖 Continuous integration

- pg11 image url has changed

## Version 2.0.0 (2021-08-04)
### 🎉 New features

- drop python2

### 👷 Bug fixes

- add missing files to MANIFEST.in
- class cubicweb.view.EntityAdapter is now available as cubicweb.entity.EntityAdapter
- try to import cube relationwidget with new and old cube format

### 📝 Documentation

- licence: update licence dates
- README: move to .rst extension

### 🤖 Continuous integration

- gitlab-ci: use templates from a common repository
- integrate pytest-deprecated-warnings
- use image with pg as it is used during test