Skip to content

Commit 4e3413f

Browse files
committed
Merge branch 'release/0.8.8'
2 parents 92d3bd0 + 1f3edc3 commit 4e3413f

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

.version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"strategy": "semver",
33
"major": 0,
44
"minor": 8,
5-
"patch": 7,
5+
"patch": 8,
66
"build": 0
77
}

bin/neuron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ foreach( $configPaths as $configPath )
6060
{
6161
try
6262
{
63-
$settings = new \Neuron\Data\Setting\Source\Yaml( $configPath );
63+
$settings = new \Neuron\Data\Settings\Source\Yaml( $configPath );
6464
break;
6565
}
6666
catch( \Exception $e )

src/Cli/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Neuron\Cli\Console\Input;
88
use Neuron\Cli\Console\Output;
99
use Neuron\Cli\Loader\ComponentLoader;
10-
use Neuron\Data\Setting\Source\ISettingSource;
10+
use Neuron\Data\Settings\Source\ISettingSource;
1111
use Neuron\Log\Log;
1212

1313
/**

src/Cli/Commands/Core/ConfigEnvCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Neuron\Cli\Commands\Core;
44

55
use Neuron\Cli\Commands\Command;
6-
use Neuron\Data\Setting\Source\Yaml as YamlSettings;
6+
use Neuron\Data\Settings\Source\Yaml as YamlSettings;
77

88
/**
99
* Export configuration as environment-style pairs for production setups.

versionlog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.8.8 2025-11-28
2+
13
## 0.8.7 2025-11-24
24

35
## 0.8.6 2025-11-22

0 commit comments

Comments
 (0)