Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Add changelog and bump version up to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leoarnold committed Mar 6, 2016
1 parent 32729ab commit 693e81e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 2016-03-07 - Release 1.0.0

Published at [PuppetForge](https://forge.puppetlabs.com/leoarnold/cups/1.0.0) and [GitHub](https://github.com/leoarnold/puppet-cups/releases/tag/1.0.0).

### Summary
Existing CUPS modules in the [PuppetForge](https://forge.puppetlabs.com/) lacked some desirable functionality by design.
This module was written from scratch, taking divergent architectural decisions and employing test driven development
to provide all features required in an office network setting.

### Key features
- Locale independence (tested on english and spanish VMs)
- Support for a wide range of Linux distributions
- Unified support for printer queues and class queues
- Default queue management
- Support for printer driver changes
- Support for queue access control
- Unified support for CUPS options and PPD options
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![Build Status](https://travis-ci.org/leoarnold/puppet-cups.svg)](https://travis-ci.org/leoarnold/puppet-cups)
[![Coverage Status](https://coveralls.io/repos/github/leoarnold/puppet-cups/badge.svg?branch=master)](https://coveralls.io/github/leoarnold/puppet-cups?branch=master)
[![Gemnasium](https://img.shields.io/gemnasium/leoarnold/puppet-cups.svg)](https://gemnasium.com/leoarnold/puppet-cups)
[![Puppet Forge Version](http://img.shields.io/puppetforge/v/leoarnold/cups.svg)](https://forge.puppetlabs.com/leoarnold/cups)
[![Puppet Forge Downloads](http://img.shields.io/puppetforge/dt/leoarnold/cups.svg)](https://forge.puppetlabs.com/leoarnold/cups)
[![MIT License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)

#### Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leoarnold-cups",
"version": "0.1.0",
"version": "1.0.0",
"author": "Leo Arnold",
"summary": "Puppet module for the Common Unix Printing System (CUPS)",
"license": "MIT",
Expand Down

0 comments on commit 693e81e

Please sign in to comment.