Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
godsarmy committed Jan 6, 2025
1 parent 79f1820 commit 75b13f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ beanstalk-cli: A Powerful Command-Line Interface for [beanstalkd](https://github

`beanstalk-cli` provides a comprehensive set of commands for managing your Beanstalkd queues directly from your terminal. This makes it ideal for scripting, automation, debugging, and integrating with your CI/CD pipelines.

* **Cross-platform support:** macOS/Linux/Windows 32/64-bit
* **Full Beanstalkd Protocol Support:** Implement every command of the [beanstalkd protocol](https://github.com/beanstalkd/beanstalkd/blob/master/doc/protocol.txt), giving you complete control over your queues.
* **TCP and Unix Socket Connections:** Connect to Beanstalkd servers using either TCP or Unix sockets, providing flexibility for different deployment environments.
* **JSON Output:** Format output as [JSON](https://json.org/) for easy parsing and integration with other tools and scripts, enabling powerful automation workflows.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4

0 comments on commit 75b13f4

Please sign in to comment.