Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnicholson committed Jun 18, 2024
1 parent 83bd288 commit 94df249
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 33 deletions.
8 changes: 4 additions & 4 deletions .github/Developer Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ npm -v
2. Run `post-clone-script.sh`.
3. Develop.
4. Commit using conventional commits.
5. Determine the next version by `git-conventional-commits version`.
6. Generate the Changelog by `git-conventional-commits changelog --release <version> --file 'CHANGELOG.md'`
7. Set the version in the `toolbox generation\regularizeNd.prj` in MATLAB.
8. Run the `toolbox generation\createPackage.m` script. Use `toolbox generation\regularizeNd.prj` to create the toolbox package.
5. Determine the next version by `npx git-conventional-commits version`.
6. Generate the Changelog by `npx git-conventional-commits changelog --release <version> --file 'CHANGELOG.md'`
7. Run the `toolbox generation\createPackage.m` script.
8. Set the version in the `toolbox generation\regularizeNd.prj` in MATLAB. Use `toolbox generation\regularizeNd.prj` to create the toolbox package.
9. Updating the changelog, version, and `regularizeNd.prj` is a `chore` type commit. Tag the commit with the version number.

# Semantic versioning
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## **3.0.3**&emsp;<sub><sup>2024-06-18 ([83bd288...83bd288](/~https://github.com/jasonnicholson/regularizeNd/compare/83bd28886f4727c45e5128e0a9b3d7609a191245...83bd28886f4727c45e5128e0a9b3d7609a191245?diff=split))</sup></sub>

### Documentation
* fixing examples that weren't working\. ([83bd288](/~https://github.com/jasonnicholson/regularizeNd/commit/83bd28886f4727c45e5128e0a9b3d7609a191245))

<br>

## **3.0.2**&emsp;<sub><sup>2024-06-15 ([28e436a...d389783](/~https://github.com/jasonnicholson/regularizeNd/compare/28e436a079c43b1b1a66cd2fa0a94e713ddd6b34...d389783b1cd9ed6b5c56fde3563f217ba6f2e570?diff=split))</sup></sub>

### Bug Fixes
Expand Down
55 changes: 26 additions & 29 deletions toolbox generation/regularizeNd.prj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration build-checksum="177305037" file="/home/jason/Desktop/regularizeNd/toolbox generation/regularizeNd.prj" location="/home/jason/Desktop/regularizeNd/toolbox generation" name="regularizeNd" target="target.toolbox" target-name="Package Toolbox">
<configuration build-checksum="177305037" file="C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\toolbox generation\regularizeNd.prj" location="C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\toolbox generation" name="regularizeNd" target="target.toolbox" target-name="Package Toolbox">
<param.appname>regularizeNd</param.appname>
<param.authnamewatermark>Jason Nicholson</param.authnamewatermark>
<param.email>jashale@yahoo.com</param.email>
Expand Down Expand Up @@ -30,9 +30,9 @@ For an introduction on how regularization of a lookup table works, start here: h

Acknowledgement
Special thanks to Peter Goldstein, author of RegularizeData3D, for his coaching and help through writing regularizeNd.</param.description>
<param.screenshot>${PROJECT_ROOT}/toolbox image.jpg</param.screenshot>
<param.version>3.0.2</param.version>
<param.output>${PROJECT_ROOT}/regularizeNd.mltbx</param.output>
<param.screenshot>${PROJECT_ROOT}\toolbox image.jpg</param.screenshot>
<param.version>3.0.3</param.version>
<param.output>${PROJECT_ROOT}\regularizeNd.mltbx</param.output>
<param.products.name />
<param.products.id />
<param.products.version />
Expand Down Expand Up @@ -122,11 +122,11 @@ toolbox</param.exclude.filters>
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs>/home/jason/Desktop/regularizeNd/build/info.xml</param.docs>
<param.getting.started.guide>/home/jason/Desktop/regularizeNd/build/doc/GettingStarted.mlx</param.getting.started.guide>
<param.docs>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\info.xml</param.docs>
<param.getting.started.guide>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\doc\GettingStarted.mlx</param.getting.started.guide>
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package>true</param.exported.on.package>
<param.exported.on.package>false</param.exported.on.package>
<param.required.addons />
<param.matlab.project.id />
<param.matlab.project.name />
Expand Down Expand Up @@ -156,6 +156,7 @@ toolbox</param.exclude.filters>
<param.registered.apps />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package />
<param.required.addons />
<param.matlab.project.id />
<param.matlab.project.name />
Expand All @@ -172,49 +173,45 @@ toolbox</param.exclude.filters>
<param.additional.sw.linux.url />
</unset>
<fileset.rootdir>
<file>/home/jason/Desktop/regularizeNd/build</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>/home/jason/Desktop/regularizeNd/build/CHANGELOG.md</file>
<file>/home/jason/Desktop/regularizeNd/build/Examples</file>
<file>/home/jason/Desktop/regularizeNd/build/demos.xml</file>
<file>/home/jason/Desktop/regularizeNd/build/doc</file>
<file>/home/jason/Desktop/regularizeNd/build/info.xml</file>
<file>/home/jason/Desktop/regularizeNd/build/lsqConstrainedAlternative.m</file>
<file>/home/jason/Desktop/regularizeNd/build/monotonicConstraint.m</file>
<file>/home/jason/Desktop/regularizeNd/build/regularizeNd.m</file>
<file>/home/jason/Desktop/regularizeNd/build/regularizeNdMatrices.m</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\CHANGELOG.md</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\demos.xml</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\doc</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\Examples</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\info.xml</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\lsqConstrainedAlternative.m</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\monotonicConstraint.m</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\regularizeNd.m</file>
<file>C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\build\regularizeNdMatrices.m</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded>
<file>/home/jason/Desktop/regularizeNd/source/lsqConstrainedAlternative.m</file>
<file>/home/jason/Desktop/regularizeNd/source/monotonicConstraint.m</file>
<file>/home/jason/Desktop/regularizeNd/source/regularizeNd.m</file>
<file>/home/jason/Desktop/regularizeNd/source/regularizeNdMatrices.m</file>
<file>${MATLAB_ROOT}/toolbox/matlab/demos/seamount.mat</file>
<file>${MATLAB_ROOT}\toolbox\matlab\demos\seamount.mat</file>
</fileset.depfun.excluded>
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="regularizeNd.mltbx" optional="false">/home/jason/Desktop/regularizeNd/toolbox generation/regularizeNd.mltbx</file>
<file location="${PROJECT_ROOT}" name="regularizeNd.mltbx" optional="false">C:\Users\jason\OneDrive\Documents\MATLAB\Projects\regularizeNd\toolbox generation\regularizeNd.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>/usr/local/MATLAB/R2024a</root>
<root>C:\Program Files\MATLAB\R2024a</root>
<toolboxes />
</matlab>
<platform>
<unix>true</unix>
<unix>false</unix>
<mac>false</mac>
<windows>false</windows>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>true</linux>
<linux>false</linux>
<solaris>false</solaris>
<osver>6.8.0-76060800daily20240311-generic</osver>
<osver>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>glnxa64</arch>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
Expand Down

0 comments on commit 94df249

Please sign in to comment.