This repository was archived by the owner on Feb 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919Changes
2020=======
2121
22+ Version 0.8.2 (2024-01-29)
23+ --------------------------
24+
25+ - Change license to GPLv3 (`#120 <https://github.com/brazil-data-cube/lccs-db/issues/120 >`_).
26+ - Change class name character limit to 64 (`#122 <https://github.com/brazil-data-cube/lccs-db/issues/122 >`_).
27+ - Bug Fix: type "hstore" does not exist in migration (`#124 <https://github.com/brazil-data-cube/lccs-db/issues/124 >`_).
28+ - Bug Fix: migration value too long for type character varying(32) (`#125 <https://github.com/brazil-data-cube/lccs-db/issues/125 >`_).
29+ - Update Python version (`#126 <https://github.com/brazil-data-cube/lccs-db/issues/126 >`_).
30+
31+
2232Version 0.8.1 (2022-07-20)
2333--------------------------
2434
Original file line number Diff line number Diff line change 11..
22 This file is part of LCCS-DB.
3- Copyright (C) 2023 INPE.
3+ Copyright (C) 2024 INPE.
44
55 This program is free software: you can redistribute it and/or modify
66 it under the terms of the GNU General Public License as published by
@@ -99,7 +99,7 @@ Installation
9999
100100Install from GitHub::
101101
102- pip3 install git+https://github.com/brazil-data-cube/lccs-db@v0.8.0
102+ pip3 install git+https://github.com/brazil-data-cube/lccs-db@v0.8.2
103103
104104
105105Documentation
Original file line number Diff line number Diff line change 11#
22# This file is part of LCCS-DB.
3- # Copyright (C) 2023 INPE.
3+ # Copyright (C) 2024 INPE.
44#
55# This program is free software: you can redistribute it and/or modify
66# it under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments