Skip to content

Commit

Permalink
Merge pull request #31 from alx9r/prepare-for-release-0.1.1
Browse files Browse the repository at this point in the history
Prepare for Release 0.1.1
  • Loading branch information
alx9r authored Jan 3, 2017
2 parents 7d8d490 + f6c03b9 commit 1ada8d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.1.1 (2017-01-02)
- improve "Installing ZeroDSC Section" in documentation
- improve public appearance of `Import-DscResource`
- use `InModuleScope{}` instead of `-Args ExportAll`
- remove `ExportAll` parameter
- explicitly import module `PSDesiredStateConfiguration`
- various improvements to the `IEnumerator`, `[ConfigStateMachine]`, and `[ConfigStep]` to explicitly handle exceptions thrown by resources
- consolidate the `[Event]` enum
- implement "always and apply" for `ThrowOnSet` in the `TestStub` DSC resource
- improve how `Get-MofResourceCommands` tests whether a module is already loaded

## 0.1.0 (2016-11-26)
- created invokers for class- and MOF-based resources
- interprets minimal configuration document format
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2016
Copyright 2016-2017

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions ZeroDSC.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ModuleToProcess = 'ZeroDsc.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.1.1'

# ID used to uniquely identify this module
GUID = '64410c3c-434f-4ce7-b9c2-3a056f0a1831'
Expand All @@ -16,7 +16,7 @@ Author = 'alx9r'
# CompanyName = ''

# Copyright statement for this module
Copyright = 'Copyright (c) 2016, licensed under Apache 2.0 License.'
Copyright = 'Copyright (c) 2016-2017, licensed under Apache 2.0 License.'

# Description of the functionality provided by this module
# Description = ''
Expand Down

0 comments on commit 1ada8d3

Please sign in to comment.