v1.1.30

New Local Development Setup with Docker Support

Feature Documentation

What's New

We've added a new documentation section to assist users in setting up AutoChangelog for local development using Docker Compose. This guide includes prerequisites and a quick start section to streamline the setup process, making it easier for developers to get started.

Additionally, a new Dockerfile has been introduced, which sets up the necessary environment for running AutoChangelog. This includes essential tools and dependencies that will simplify local development efforts.

Improvements

We've improved the local development experience by incorporating a Docker Compose setup that includes services for PostgreSQL, Redis, Rails web, and Sidekiq. This enhancement allows users to run a fully functional development environment with minimal configuration, promoting efficiency and collaboration.

Bug Fixes

A fix has been implemented for the PostgreSQL health check to ensure it uses the correct database name. This ensures that the development setup functions smoothly without connectivity issues.