Skip to content

Commit

Permalink
Prepare Goose for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
olttwa committed Oct 4, 2024
1 parent 1d12579 commit 8634ffe
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Changed
### Fixed

## [0.6.0] - 4th-Oct-2024

### Added
- Formatting check in CI and guidelines

### Changed
- References of Periodic jobs to Cron jobs

### Fixed

## [0.5.3] - 16th-Sept-2024

### Added
Expand Down
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Thank you for investing your time in contributing to our project!

Before you start contributing, we're presuming you've gone through all the [architecture-decisions](https://github.com/nilenso/goose/tree/main/architecture-decisions) & had a discussion with the maintainers.

Request for feedback
--------

We plan to release **Goose 1.0.0** on **February 1st, 2025**, marking API stability and ensuring backward-compatibility, with no downtime during upgrades.

**We welcome feedback from current and new users**, especially if you’d like to request features or suggest changes to the API or implementation before the 1.0.0 release. Please share your thoughts via [GitHub Issues](https://github.com/nilenso/goose/issues/new) or the [Clojurians Slack](https://clojurians.slack.com/channels/goose).

Installation
--------

Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ Goose
The Next-Level background job processing library for Clojure.
> **Simple. Pluggable. Reliable. Extensible. Scalable.**
Announcement 🔈
---------
We are excited to announce that **5 companies** are using Goose successfully and reliably in production environments. With the release of the [Jobs Management Console](https://github.com/nilenso/goose/wiki/Console), Goose has reached a level of maturity, offering a feature-rich, stable, and production-ready background job processing solution.

We plan to release **Goose 1.0.0** on **February 1st, 2025**, marking API stability and ensuring backward-compatibility, with no downtime during upgrades.

We welcome feedback from current and new users, especially if you’d like to request features or suggest changes to the API or implementation before the 1.0.0 release. Please review our [Architecture Decisions](https://github.com/nilenso/goose/tree/main/architecture-decisions) and [Wiki](https://github.com/nilenso/goose/wiki) for more context, and share your thoughts via [GitHub Issues](https://github.com/nilenso/goose/issues/new) or the [Clojurians Slack](https://clojurians.slack.com/channels/goose).

Performance
---------
Please refer to the [Benchmarking section](https://github.com/nilenso/goose/tree/main/perf).
Expand All @@ -32,10 +40,10 @@ Getting Started
### Add Goose as a dependency
```Clojure
;;; Clojure CLI/deps.edn
com.nilenso/goose {:mvn/version "0.5.3"}
com.nilenso/goose {:mvn/version "0.6.0"}

;;; Leiningen/Boot
[com.nilenso/goose "0.5.3"]
[com.nilenso/goose "0.6.0"]
```

### Client
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.nilenso</groupId>
<artifactId>goose</artifactId>
<version>0.5.3</version>
<version>0.6.0</version>
<name>goose</name>
<url>https://github.com/nilenso/goose</url>

Expand Down

0 comments on commit 8634ffe

Please sign in to comment.