Skip to content

Latest commit

 

History

History
569 lines (386 loc) · 46.8 KB

CHANGELOG.md

File metadata and controls

569 lines (386 loc) · 46.8 KB

0.12.0 (2025-02-09)

🚀 Features (4 changes)

📦 Build System & CI/CD (1 change)

⚙️ Internals (1 change)

:construction_site: Template Internals (1 change)

📝 Documentation (4 changes)

0.11.1 (2025-01-26)

🚀 Features (1 change)

📦 Build System & CI/CD (3 changes)

:construction_site: Template Internals (1 change)

📝 Documentation (3 changes)

0.11.0 (2025-01-24)

🚀 Features (1 change)

📦 Build System & CI/CD (1 change)

⚙️ Internals (1 change)

📝 Documentation (1 change)

0.10.0 (2025-01-23)

🚀 Features (1 change)

📦 Build System & CI/CD (3 changes)

⚙️ Internals (1 change)

:construction_site: Template Internals (1 change)

💥 Breaking Changes (2 changes)

📝 Documentation (2 changes)

⬆️ Dependencies Updates (1 change)

0.9.0 (2025-01-23)

🚀 Features (7 changes)

🔧 Fixes & Refactoring (3 changes)

📦 Build System & CI/CD (10 changes)

⚙️ Internals (3 changes)

:construction_site: Template Internals (9 changes)

📝 Documentation (8 changes)

0.8.1 (2025-01-14)

🚀 Features (1 change)

📦 Build System & CI/CD (2 changes)

0.8.0 (2025-01-11)

🚀 Features (2 changes)

📦 Build System & CI/CD (5 changes)

⚙️ Internals (1 change)

:construction_site: Template Internals (2 changes)

📝 Documentation (4 changes)

0.7.0 (2025-01-09)

🚀 Features (6 changes)

🔧 Fixes & Refactoring (5 changes)

📦 Build System & CI/CD (5 changes)

⚙️ Internals (1 change)

:construction_site: Template Internals (13 changes)

📝 Documentation (3 changes)

⬆️ Dependencies Updates (1 change)

0.6.1 (2024-12-03)

:construction_site: Template Internals (1 change)

0.6.0 (2024-11-10)

🚀 Features (1 change)

📦 Build System & CI/CD (1 change)

⚙️ Internals (3 changes)

📝 Documentation (2 changes)

:construction_site: Template Internals (3 changes)

0.5.0 (2024-11-03)

🚀 Features (2 changes)

🔧 Fixes & Refactoring (2 changes)

📦 Build System & CI/CD (2 changes)

📝 Documentation (1 change)

⬆️ Dependencies Updates (1 change)

0.4.1 (2024-11-03)

🔧 Fixes & Refactoring (1 change)

📦 Build System & CI/CD (2 changes)

0.4.0 (2024-11-03)

🚀 Features (2 changes)

🔧 Fixes & Refactoring (3 changes)

📦 Build System & CI/CD (11 changes)

📝 Documentation (1 change)

0.3.2 (2024-11-02)

🔧 Fixes & Refactoring (4 changes)

📦 Build System & CI/CD (17 changes)

📝 Documentation (1 change)

⬆️ Dependencies Updates (5 changes)

0.3.1 (2024-07-13)

🔧 Fixes & Refactoring (2 changes)

0.3.0 (2024-07-13)

🔧 Fixes & Refactoring (18 changes)

📦 Build System & CI/CD (4 changes)

📝 Documentation (4 changes)

⬆️ Dependencies Updates (4 changes)

0.2.3 (2024-05-05)

🔧 Fixes & Refactoring (2 changes)

⬆️ Dependencies Updates (1 change)

0.2.2 (2024-05-05)

🔧 Fixes & Refactoring (4 changes)

📦 Build System & CI/CD (1 change)

⬆️ Dependencies updates (1 change)

0.2.1 (2023-11-19)

🔧 Fixes & Refactoring (1 change)

📦 Build System & CI/CD (2 changes)

0.2.0 (2023-11-19)

🔧 Fixes & Refactoring (6 changes)

📦 Build System & CI/CD (19 changes)

📝 Documentation (2 changes)

⬆️ Dependencies Updates (8 changes)

0.1.0 (2023-10-04)

Initial functional release of galactipy.

🚀 Features

  • Option to select between GitLab and GitHub as platforms
  • Seven different licences to choose from, plus an option to generate the project as closed source
  • Options to use formatters and linters, with further configuration of line length and docstring style
  • Options to create Docker image and documentation structure

📦 Build System & CI/CD

  • Extended pre-gen hooks to validate repository name and username
  • Modified post-gen hooks to remove unnecessary files considering current Cookiecutter options
  • GitLab CI configuration mirroring GitHub build to check for codestyle, testing and safety
  • Use of poetry-plugin-up for updating dev dependencies via Makefile function

📝 Documentation

  • Update to Contributor Covenant v2.1
  • Extended README guide with details on how to further set up the project
  • Included additional reading suggestions to README

⬆️ Dependencies Updates

  • Support from Python 3.8 onwards
  • Default dev dependencies set at earliest versions compatible with Python 3.8 through 3.11 (except for flake8)