Skip to content

Commit

Permalink
Write changelog (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsomai committed Sep 12, 2016
1 parent e8202a7 commit c4a5d48
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.0 - 2016-09-10
### Added
- [[JENKINS-37773]](https://issues.jenkins-ci.org/browse/JENKINS-37773) Browse the workspace directory from the
_Allocated Workspaces_ view ([#44](https://github.com/jenkinsci/external-workspace-manager-plugin/pull/44))
- [[JENKINS-36413]](https://issues.jenkins-ci.org/browse/JENKINS-36413) Integrate Fingerprints Engine; view each
external workspace in which other jobs/builds has been used
([#46](https://github.com/jenkinsci/external-workspace-manager-plugin/pull/46))

### Changed
- Rename _Local root path_ to _Node mount point_ from External Workspace Node property
([#45](https://github.com/jenkinsci/external-workspace-manager-plugin/pull/45))

## 1.0.0 - 2016-08-21

- Initial release, see documentation for all the available features.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -8,7 +8,7 @@ It facilitates workspace share and reuse across multiple Jenkins jobs.
It eliminates the need to copy, archive or move files.

## Table of contents
1. [Current status](#current-status)
1. [Changelog](CHANGELOG.md)
1. [Design document](#design-document)
1. [Prerequisites](doc/PREREQUISITES.md)
1. [Pipeline examples](doc/PIPELINE_EXAMPLES.md)
Expand All @@ -19,10 +19,6 @@ It eliminates the need to copy, archive or move files.
1. [Disk Pool restriction](doc/DISK_POOL_RESTRICTION.md)
1. [Disk allocation strategies](doc/ALLOCATION_STRATEGIES.md)

## Current status

Version 1.0.0 has been released!

## Design document

The design document may be accessed [here](https://docs.google.com/document/d/1yiisnsR7qg3XEEvch8vocWbitSUCZcoQ-pfzEVFg1eA/edit?usp=sharing).

0 comments on commit c4a5d48

Please sign in to comment.